mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Do not fail CI when coveralls.io is not available. (#3835)
This commit is contained in:
parent
c0427dd40a
commit
2a38dc11ec
1 changed files with 2 additions and 0 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -210,6 +210,7 @@ jobs:
|
|||
parallel: true
|
||||
flag-name: C++ and Python
|
||||
path-to-lcov: coverage.lcov
|
||||
fail-on-error: false
|
||||
|
||||
coverage:
|
||||
needs: [filter-changes, main]
|
||||
|
|
@ -222,6 +223,7 @@ jobs:
|
|||
with:
|
||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
parallel-finished: true
|
||||
fail-on-error: false
|
||||
|
||||
ci-pass:
|
||||
needs: [filter-changes, main, coverage]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue