mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Fix for breaking change in coveralls-python 3.0
This commit is contained in:
parent
6844650503
commit
929968a73d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue