Skip to content

Commit

Permalink
Merge pull request #364 from fortran-lang/ci/fix-coverage
Browse files Browse the repository at this point in the history
ci: bump codecov to v4
  • Loading branch information
gnikit committed Mar 19, 2024
2 parents 8e95ee9 + fa1e404 commit 1d5b39b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,9 @@ jobs:
shell: bash

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit 1d5b39b

Please sign in to comment.