Skip to content

Commit

Permalink
Merge pull request #412 from fortran-lang/dependabot/github_actions/c…
Browse files Browse the repository at this point in the history
…odecov/codecov-action-4.5.0

build(deps): bump codecov/codecov-action from 4.4.1 to 4.5.0
  • Loading branch information
gnikit authored Jun 23, 2024
2 parents 3ba09d1 + 4f622f2 commit a23b93f
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.4.1
uses: codecov/codecov-action@v4.5.0
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit a23b93f

Please sign in to comment.