Skip to content

Commit f4f1f79

Browse files
committed
Fix coveralls build
1 parent ca04dd6 commit f4f1f79

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
@@ -56,7 +56,7 @@ coverage: mv-coverage lcov-local
5656

5757

5858
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
59+
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
6060

6161
composer:
6262
@command -v composer >/dev/null 2>&1; \

0 commit comments

Comments
 (0)