Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.3.1 to 4.4.0
  • Loading branch information
gnikit authored May 19, 2024
2 parents b56ff74 + 6631a77 commit f29b02d
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.3.1
uses: codecov/codecov-action@v4.4.0
with:
fail_ci_if_error: true
verbose: true
Expand Down

0 comments on commit f29b02d

Please sign in to comment.