Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
roflmaostc authored Feb 7, 2024
1 parent 5afea89 commit 21c2649
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@ jobs:
arch:
- x64
steps:
- uses: actions/checkout@v4
with:
token: ${{ secrets.CODECOV_TOKEN }
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails

- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -37,9 +33,11 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v1
- uses: codecov/codecov-action@v4
with:
file: lcov.info
# possibly other stuff
token: ${{ secrets.CODECOV_TOKEN }
fail_ci_if_error: false # or true if you want CI to fail when Codecov fails


docs:
Expand Down

0 comments on commit 21c2649

Please sign in to comment.