There was an error while loading. Please reload this page.
1 parent d8623fa commit 7286c00Copy full SHA for 7286c00
1 file changed
.github/workflows/ci.yml
@@ -32,6 +32,7 @@ jobs:
32
uses: coverallsapp/github-action@v2
33
with:
34
parallel: true
35
+ fail-on-error: false
36
flag-name: run-${{ matrix.python-version }}
37
file: coverage.xml
38
base-path: ml_peg
@@ -44,6 +45,7 @@ jobs:
44
45
46
47
parallel-finished: true
48
49
50
pre-commit:
51
runs-on: ubuntu-latest
0 commit comments