Skip to content

Commit

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

build(deps): bump codecov/codecov-action from 4.1.0 to 4.1.1
  • Loading branch information
jonas-eschle authored Apr 1, 2024
2 parents 8087ab2 + f5188e5 commit 840b6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: coverage run -m pytest --basetemp={envtmpdir}
- name: Create XML report
run: coverage xml
- uses: codecov/[email protected].0
- uses: codecov/[email protected].1
with:
file: ./coverage.xml

Expand Down

0 comments on commit 840b6cd

Please sign in to comment.