Fix for breaking change in coveralls-python 3.0

This commit is contained in:
Paul Romano 2021-01-12 07:53:36 -06:00
parent 6844650503
commit 929968a73d

View file

@ -112,7 +112,7 @@ jobs:
shell: bash
run: |
cpp-coveralls -i src -i include --exclude-pattern "/usr/*" --dump cpp_cov.json
coveralls --merge=cpp_cov.json
coveralls --merge=cpp_cov.json --service=github
finish:
needs: main