Skip to content

Commit b87a674

Browse files
Allow coveralls to fail (#610)
1 parent 2e3a7e4 commit b87a674

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
uses: coverallsapp/github-action@v2
8787
with:
8888
parallel: true
89+
fail-on-error: false
8990
flag-name: run-${{ matrix.python-version }}
9091
file: coverage.xml
9192
base-path: janus_core
@@ -98,6 +99,7 @@ jobs:
9899
uses: coverallsapp/github-action@v2
99100
with:
100101
parallel-finished: true
102+
fail-on-error: false
101103

102104
docs:
103105
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)