Skip to content

Commit c19d44d

Browse files
Bump codecov/codecov-action from 3 to 4 (#944)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sviatoslav Sydorenko <[email protected]>
1 parent 87e8d35 commit c19d44d

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

.codecov.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ codecov:
77

88
require_ci_to_pass: false
99

10+
token: 796e466d-bf08-4b98-8d5b-0e9c442aef06 # repo-scoped
11+
1012
comment:
1113
require_changes: true
1214

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,8 +360,9 @@ jobs:
360360
coverage xml
361361
shell: bash
362362
- name: Send coverage data to Codecov
363-
uses: codecov/codecov-action@v3
363+
uses: codecov/codecov-action@v4
364364
with:
365+
fail_ci_if_error: true
365366
files: coverage.xml
366367
flags: >-
367368
CI-GHA,

.github/workflows/reusable-linters.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
make lint
6363
- name: Send coverage data to Codecov
64-
uses: codecov/codecov-action@v3
64+
uses: codecov/codecov-action@v4
6565
with:
6666
token: ${{ secrets.codecov-token }}
6767
files: >-
@@ -72,7 +72,7 @@ jobs:
7272
flags: >-
7373
CI-GHA,
7474
MyPy
75-
fail_ci_if_error: false
75+
fail_ci_if_error: true
7676
- name: Install spell checker
7777
run: |
7878
sudo apt install libenchant-2-dev

0 commit comments

Comments
 (0)