Skip to content

Commit

Permalink
Merge pull request #390 from fortran-lang/ci/update-codecov-action
Browse files Browse the repository at this point in the history
chore: update Codecov action to version 4.3.1
  • Loading branch information
gnikit authored May 7, 2024
2 parents 3f7da8b + 9f075bb commit 8b2960c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pytest --doctest-modules -n auto

- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v4.3.1
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit 8b2960c

Please sign in to comment.