Skip to content

Commit

Permalink
ci: Fix coveralls report
Browse files Browse the repository at this point in the history
`cpp-coverall` overwrites the binary `coveralls` which doesn't work
exactly as the original, but which we would like to have for reporting.

Uses the module approach to really use the "original" coveralls.
  • Loading branch information
st-bender committed Aug 14, 2020
1 parent 1da8982 commit 56eb8de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -27,7 +27,7 @@ script:
after_success:
- coverage report
- codecov
- coveralls --merge=cpp-coveralls.json
- python -m coveralls --merge=cpp-coveralls.json
- ocular --data-file ".coverage"
before_deploy:
# Builds wheels only with Python 3.7
Expand Down

0 comments on commit 56eb8de

Please sign in to comment.