Skip to content

Commit 7286c00

Browse files
Allow coveralls to fail (#72)
1 parent d8623fa commit 7286c00

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
uses: coverallsapp/github-action@v2
3333
with:
3434
parallel: true
35+
fail-on-error: false
3536
flag-name: run-${{ matrix.python-version }}
3637
file: coverage.xml
3738
base-path: ml_peg
@@ -44,6 +45,7 @@ jobs:
4445
uses: coverallsapp/github-action@v2
4546
with:
4647
parallel-finished: true
48+
fail-on-error: false
4749

4850
pre-commit:
4951
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)