Skip to content

Commit f6e6f10

Browse files
authored
Update ci.yml
1 parent 91fbd57 commit f6e6f10

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,10 @@ jobs:
3636
- uses: julia-actions/cache@v2
3737
- uses: julia-actions/julia-buildpkg@v1
3838
- uses: julia-actions/julia-runtest@v1
39+
with:
40+
depwarn: error
3941
- uses: julia-actions/julia-processcoverage@v1
4042
- uses: codecov/codecov-action@v4
4143
with:
4244
file: lcov.info
45+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)