Skip to content

Commit 3ee8161

Browse files
authored
Added 'fail-on-error: false' to the Coveralls jobs on CI (#1310)
1 parent ee2bdd8 commit 3ee8161

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ jobs:
7373
with:
7474
flag-name: run-${{ matrix.python-version }}-${{ matrix.dependency }}
7575
parallel: true
76+
fail-on-error: false
7677
- name: Run python-ta-z3 tests
7778
if: matrix.dependency == 'base'
7879
run: |
@@ -85,6 +86,7 @@ jobs:
8586
with:
8687
flag-name: run-${{ matrix.python-version }}-python-ta-z3
8788
parallel: true
89+
fail-on-error: false
8890

8991
finish:
9092
needs: test
@@ -100,6 +102,7 @@ jobs:
100102
carryforward: >
101103
run-3.10-base,run-3.10-z3-solver,run-3.11-base,run-3.11-z3-solver,run-3.12-base,run-3.12-z3-solver,run-3.13-base,run-3.13-z3-solver,run-3.14-base,run-3.14-z3-solver,
102104
run-3.10-python-ta-z3,run-3.11-python-ta-z3,run-3.12-python-ta-z3,run-3.13-python-ta-z3,run-3.14-python-ta-z3
105+
fail-on-error: false
103106

104107
docs:
105108
runs-on: ubuntu-latest

packages/python-ta/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
3131
- Refactored `test_main.py` calls to use click's testing helpers.
3232
- The `Z3Visitor`, `Z3Parser`, and `Z3ParseException` classes have been extracted into a _new Python package_, `python-ta-z3`.
3333
- Removed extraneous `print` calls in `InfiniteLoopChecker`
34+
- Added `fail-on-error: false` to the Coveralls jobs on CI
3435

3536
## [2.12.1] - 2026-02-10
3637

0 commit comments

Comments
 (0)