Skip to content

Commit

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

Bump codecov/codecov-action from 4.0.1 to 4.1.0
  • Loading branch information
adrn authored Feb 26, 2024
2 parents 72480aa + 1281827 commit f4e0d3e
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/codecov-action@v4.0.1
uses: codecov/codecov-action@4.1.0
if: steps.check_files.outputs.files_exists == 'true' && runner.os == 'Linux'
with:
file: ./coverage.xml # optional

0 comments on commit f4e0d3e

Please sign in to comment.