Skip to content

Commit

Permalink
chore: Bump CodeCov action to v3 (#721)
Browse files Browse the repository at this point in the history
  • Loading branch information
setu4993 authored Jul 25, 2023
1 parent 1b76d2b commit a2ffc95
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 @@ -44,6 +44,6 @@ jobs:
run: inv test

- name: upload coverage
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos

0 comments on commit a2ffc95

Please sign in to comment.