Skip to content

Commit 2d9d9f6

Browse files
committed
Don't include libbson or libmongoc in the coverage report
1 parent f4fd188 commit 2d9d9f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.frag

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ coverage: mv-coverage lcov-local
1919

2020

2121
coveralls: mv-coverage lcov-coveralls
22-
coveralls --exclude lib --exclude tests --exclude src/MongoDB/php_array.h
22+
coveralls --exclude src/libbson --exclude src/libmongoc --exclude lib --exclude tests --exclude src/MongoDB/php_array.h
2323

2424
composer:
2525
composer install --dev --no-interaction --prefer-source

0 commit comments

Comments
 (0)