Skip to content

Commit 6a6788f

Browse files
authored
Update codecov config
1 parent 7de18d4 commit 6a6788f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@ jobs:
5555
- uses: julia-actions/julia-processcoverage@v1
5656
- uses: codecov/codecov-action@v5
5757
with:
58-
file: lcov.info
58+
files: lcov.info
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+
fail_ci_if_error: true
5961

6062
docs:
6163
name: Documentation

.github/workflows/JuliaNightly.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,6 @@ jobs:
3535
- uses: julia-actions/julia-processcoverage@v1
3636
- uses: codecov/codecov-action@v5
3737
with:
38-
file: lcov.info
38+
files: lcov.info
39+
token: ${{ secrets.CODECOV_TOKEN }}
40+
fail_ci_if_error: true

0 commit comments

Comments
 (0)