Skip to content

Commit fff015e

Browse files
authored
Merge pull request #256 from osociety/codecov-fix
Fix codecov issue 6
2 parents 090e0d9 + 00a3a98 commit fff015e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/dart.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,12 +71,13 @@ jobs:
7171

7272
- name: Upload coverage to Codecov (Linux)
7373
if: runner.os == 'Linux'
74-
uses: codecov/codecov-action@v3
74+
uses: codecov/codecov-action@v4
7575
with:
7676
token: ${{ secrets.CODECOV_TOKEN }}
7777
files: ./coverage/lcov.info
7878
flags: unittests
7979
name: codecov-umbrella
80+
fail_ci_if_error: true
8081
verbose: true
8182

8283
- name: Check Publish Warnings

.github/workflows/static.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,13 @@ jobs:
6666
path: './coverage/report'
6767

6868
- name: Upload coverage to Codecov
69-
uses: codecov/codecov-action@v3
69+
uses: codecov/codecov-action@v4
7070
with:
7171
token: ${{ secrets.CODECOV_TOKEN }}
7272
files: ./coverage/lcov.info
7373
flags: unittests
7474
name: codecov-umbrella
75+
fail_ci_if_error: true
7576
verbose: true
7677

7778
- name: Deploy to GitHub Pages

0 commit comments

Comments
 (0)