Skip to content

Commit

Permalink
One last time, try to execute the test folder?
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 committed Dec 6, 2020
1 parent c4a7111 commit a1a05d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ matrix:
- |
if [ "${OK}" = "yes" ] ; then
echo "Tests passed, gathering coverage statistics"
coveralls --verbose --exclude "`find ./ -name CMakeCXXCompilerId.cpp`" --exclude "`find ./ -name feature_tests.cxx`" --exclude "_deps" --exclude "include/ipfs/test/utils.h" --gcov gcov-6 --gcov-options '\-lp' --repo-token hfT2FIRhKeMMqAVnEmUxGSu36wUwnpa0V
coveralls --verbose --exclude "`find ./ -name CMakeCXXCompilerId.cpp`" --exclude "`find ./ -name feature_tests.cxx`" --exclude "test" --exclude "_deps" --exclude "include/ipfs/test/utils.h" --gcov gcov-6 --gcov-options '\-lp' --repo-token hfT2FIRhKeMMqAVnEmUxGSu36wUwnpa0V
else
echo "Tests failed, not gathering coverage statistics"
fi
Expand Down

0 comments on commit a1a05d5

Please sign in to comment.