Skip to content

Commit

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

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
TobiX authored Nov 30, 2024
2 parents e62104f + d1da3da commit a27bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ jobs:
${{ github.workspace }}/.tox/reports/*/coverage.xml:coverage.py
prefix: ${{ github.workspace }}/.tox/py39/lib/python3.9/site-packages

- uses: codecov/codecov-action@v4
- uses: codecov/codecov-action@v5
with:
directory: '.tox/reports'

0 comments on commit a27bce8

Please sign in to comment.