Skip to content

Commit

Permalink
Merge pull request #356 from adrn/dependabot/github_actions/codecov/c…
Browse files Browse the repository at this point in the history
…odecov-action-3.1.5

Bump codecov/codecov-action from 3.1.4 to 3.1.5
  • Loading branch information
adrn authored Feb 1, 2024
2 parents 1e96362 + 1f435b1 commit 5892f7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:

# Coverage:
- name: Upload coverage report to codecov
uses: codecov/[email protected].4
uses: codecov/[email protected].5
if: steps.check_files.outputs.files_exists == 'true' && runner.os == 'Linux'
with:
file: ./coverage.xml # optional

0 comments on commit 5892f7e

Please sign in to comment.