Skip to content

Commit

Permalink
Merge pull request #90 from zfit/dependabot/github_actions/codecov/co…
Browse files Browse the repository at this point in the history
…decov-action-3.1.4

build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4
  • Loading branch information
eduardo-rodrigues committed Jul 4, 2023
2 parents d46bea9 + 6c1d2af commit 7844563
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 @@ -29,7 +29,7 @@ jobs:
run: coverage run -m pytest --basetemp={envtmpdir}
- name: Create XML report
run: coverage xml
- uses: codecov/[email protected].3
- uses: codecov/[email protected].4
with:
file: ./coverage.xml

Expand Down

0 comments on commit 7844563

Please sign in to comment.