Skip to content

Commit

Permalink
Update CI.yml
Browse files Browse the repository at this point in the history
Update codecov-action. Hopefully, coverage reports will be uploaded again.
  • Loading branch information
adomasbaliuka authored Apr 9, 2024
1 parent a3bd4b4 commit 0fa6b71
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ jobs:
arch: x64
steps:
- run: git config --global core.autocrlf false
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@master
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
Expand All @@ -55,7 +55,9 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v2
- uses: codecov/codecov-action@v4
if: ${{ matrix.os == 'ubuntu-latest' && matrix.version == 'nightly'}}
with:
verbose: true
token: ${{ secrets.CODECOV_TOKEN }}
file: lcov.info

0 comments on commit 0fa6b71

Please sign in to comment.