Skip to content

Commit

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

Bump codecov/codecov-action from 3 to 4
  • Loading branch information
Deric-W authored Feb 7, 2024
2 parents 40e1c4b + b2b8514 commit 9b067e5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/Tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,12 @@ jobs:
run: hatch env run -e test.py3.12 coverage xml

- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
flags: ${{ runner.os }}
verbose: true
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

- name: Build wheel
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 9b067e5

Please sign in to comment.