Skip to content

Commit a502845

Browse files
authored
Update CI.yml
1 parent 21c2649 commit a502845

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,9 @@ jobs:
3434
- uses: julia-actions/julia-runtest@v1
3535
- uses: julia-actions/julia-processcoverage@v1
3636
- uses: codecov/codecov-action@v4
37-
with:
38-
# possibly other stuff
39-
token: ${{ secrets.CODECOV_TOKEN }
40-
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails
41-
37+
env:
38+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
39+
4240

4341
docs:
4442
name: Documentation

0 commit comments

Comments
 (0)