Skip to content

Commit 55b4441

Browse files
committed
🧪 Fail test jobs on Codecov upload problems
1 parent d5729e6 commit 55b4441

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ jobs:
355355
OS-${{ runner.os }},
356356
VM-${{ matrix.os }},
357357
Py-${{ steps.python-install.outputs.python-version }}
358-
fail_ci_if_error: false
358+
fail_ci_if_error: true
359359

360360
benchmark:
361361
name: Benchmark

‎.github/workflows/reusable-linters.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
flags: >-
7171
CI-GHA,
7272
MyPy
73-
fail_ci_if_error: false
73+
fail_ci_if_error: true
7474
- name: Install spell checker
7575
run: |
7676
sudo apt install libenchant-2-dev

0 commit comments

Comments
 (0)