Skip to content

Commit 9b067e5

Browse files
authored
Merge pull request #9 from Deric-W/dependabot/github_actions/codecov/codecov-action-4
Bump codecov/codecov-action from 3 to 4
2 parents 40e1c4b + b2b8514 commit 9b067e5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/Tests.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,12 @@ jobs:
3131
run: hatch env run -e test.py3.12 coverage xml
3232

3333
- name: Upload coverage
34-
uses: codecov/codecov-action@v3
34+
uses: codecov/codecov-action@v4
3535
with:
3636
flags: ${{ runner.os }}
3737
verbose: true
38+
env:
39+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3840

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

0 commit comments

Comments
 (0)