Skip to content

Commit bce79ab

Browse files
committed
upgrade to codecov/codecov-action@v3
1 parent 0a5a521 commit bce79ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,6 @@ jobs:
5555
run: |
5656
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
5757
- name: Upload coverage to Codecov
58-
uses: codecov/codecov-action@v1
58+
uses: codecov/codecov-action@v3
5959
with:
6060
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)