Skip to content

Commit

Permalink
Merge pull request #256 from callowayproject/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/github-actions-d109cd9e8b

Bump codecov/codecov-action from 4 to 5 in the github-actions group
  • Loading branch information
coordt authored Nov 19, 2024
2 parents ae2e390 + 2577fc8 commit b00f3dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Test
run: pytest --cov-report=xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: test-reports/coverage.xml
Expand Down

0 comments on commit b00f3dd

Please sign in to comment.