Skip to content

Commit f6e2e64

Browse files
committed
ci(tests): Update codecov ci action
1 parent ea21ef6 commit f6e2e64

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)