Skip to content

Commit

Permalink
Merge pull request #1197 from voxpupuli/dependabot/github_actions/cod…
Browse files Browse the repository at this point in the history
…ecov/codecov-action-5.0.7

Bump codecov/codecov-action from 4.5.0 to 5.0.7
  • Loading branch information
bastelfreak authored Nov 26, 2024
2 parents 096a80d + 5490b4f commit b8e1467
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 @@ -33,7 +33,7 @@ jobs:
pytest --cov=. --cov-report=xml --strict-markers --mypy -v puppetboard test
pylint --errors-only puppetboard test
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4.5.0
uses: codecov/codecov-action@v5.0.7
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit b8e1467

Please sign in to comment.