Skip to content

Commit

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

Bump codecov/codecov-action from 4.3.0 to 4.5.0
  • Loading branch information
bastelfreak authored Jun 24, 2024
2 parents afdb76b + 4072075 commit a237690
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.3.0
uses: codecov/codecov-action@v4.5.0
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
Expand Down

0 comments on commit a237690

Please sign in to comment.