Skip to content

Commit

Permalink
Merge pull request #243 from voxpupuli/dependabot/github_actions/code…
Browse files Browse the repository at this point in the history
…cov/codecov-action-3

Bump codecov/codecov-action from 2 to 3
  • Loading branch information
bastelfreak committed May 8, 2023
2 parents 26903f5 + 7ba952f commit b4919e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
pytest --cov=. --cov-report=xml --flake8 --strict-markers --mypy pypuppetdb tests
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
fail_ci_if_error: false

Expand Down

0 comments on commit b4919e6

Please sign in to comment.