Skip to content

Commit

Permalink
Merge pull request #11 from Deric-W/dependabot/github_actions/codecov…
Browse files Browse the repository at this point in the history
…/codecov-action-5

Bump codecov/codecov-action from 4 to 5
  • Loading branch information
Deric-W authored Nov 19, 2024
2 parents afb15f5 + 4db14ea commit 9684480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: hatch env run -e test.py3.12 coverage xml

- name: Upload coverage
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v5
with:
flags: ${{ runner.os }}
verbose: true
Expand Down

0 comments on commit 9684480

Please sign in to comment.