We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca04dd6 commit f4f1f79Copy full SHA for f4f1f79
Makefile.frag
@@ -56,7 +56,7 @@ coverage: mv-coverage lcov-local
56
57
58
coveralls: mv-coverage lcov-coveralls
59
- coveralls --exclude src/libbson --exclude src/libmongoc --exclude src/contrib --exclude lib --exclude tests --exclude src/MongoDB/php_array.h
+ coveralls --exclude src/libbson --exclude src/libmongoc --exclude src/contrib --exclude lib --exclude tests --exclude src/MongoDB/php_array.h --exclude src/php_array.h
60
61
composer:
62
@command -v composer >/dev/null 2>&1; \
0 commit comments