Skip to content

Commit 0420645

Browse files
authored
Merge pull request #143 from jschlyter/codecov_action
upgrade to codecov/codecov-action@v3
2 parents 330d273 + bce79ab commit 0420645

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)