Skip to content

Commit

Permalink
Merge pull request #282 from HERA-Team/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-3.1.4

build(deps): bump codecov/codecov-action from 3.1.3 to 3.1.4
  • Loading branch information
steven-murray authored Oct 12, 2023
2 parents aea0aed + ece1464 commit cfe8a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
python -m pytest --log-cli-level INFO
- name: Upload coverage report
uses: codecov/[email protected].3
uses: codecov/[email protected].4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml
Expand Down

0 comments on commit cfe8a96

Please sign in to comment.