Skip to content

Commit

Permalink
codecov-action@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
walra356 committed Sep 2, 2024
1 parent 23966f6 commit 37c6574
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,7 @@ jobs:
arch:
- x64
steps:
#- uses: actions/checkout@v4
- uses: actions/checkout@main
- uses: codecov/codecov-action@v3
with:
#fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }} # required
verbose: true # optional (default = false)
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
Expand All @@ -39,7 +33,7 @@ jobs:
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
- uses: julia-actions/julia-processcoverage@v1
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
file: lcov.info

Expand All @@ -54,7 +48,7 @@ jobs:

steps:
- uses: actions/checkout@main
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
#fail_ci_if_error: true # optional (default = false)
token: ${{ secrets.CODECOV_TOKEN }} # required
Expand Down

0 comments on commit 37c6574

Please sign in to comment.