We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f40a49 commit e43a21eCopy full SHA for e43a21e
1 file changed
.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
29
run: |
30
ls -l
31
ls -l ..
32
- ./run_coverage_tests.py BasicTestSuite
+ ./run_coverage_tests.py BasicTestSuite || true
33
coverage xml
34
coverage report || true
35
0 commit comments