Skip to content

Commit 663c19d

Browse files
committed
ci(tests): Update poetry ci action
1 parent 5139bb0 commit 663c19d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Test with pytest
3636
run: poetry run py.test --cov=./ --cov-report=xml
3737

38-
- uses: codecov/codecov-action@v1
38+
- uses: codecov/codecov-action@v2
3939
with:
4040
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)