Skip to content

Commit 74e1a86

Browse files
authored
Add codecov token (#130)
1 parent e6fada5 commit 74e1a86

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
- uses: julia-actions/julia-buildpkg@v1
3333
- uses: julia-actions/julia-runtest@v1
3434
- uses: julia-actions/julia-processcoverage@v1
35-
- uses: codecov/codecov-action@v2
35+
- uses: codecov/codecov-action@v4
3636
with:
3737
files: lcov.info
38+
token: ${{ secrets.CODECOV_TOKEN }}
39+
fail_ci_if_error: true
3840
docs:
3941
name: Documentation
4042
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)