We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21c2649 commit a502845Copy full SHA for a502845
1 file changed
.github/workflows/CI.yml
@@ -34,11 +34,9 @@ jobs:
34
- uses: julia-actions/julia-runtest@v1
35
- uses: julia-actions/julia-processcoverage@v1
36
- 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
-
+ env:
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
+
42
43
docs:
44
name: Documentation
0 commit comments