Skip to content

Commit f0f2dfd

Browse files
committed
MNT: Update codecov-action version to v2
1 parent bffe79a commit f0f2dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
run: tox ${{ matrix.toxargs }} -e ${{ matrix.toxenv }} -- ${{ matrix.toxposargs }}
7373
- name: Upload coverage to codecov
7474
if: contains(matrix.toxenv,'-cov')
75-
uses: codecov/codecov-action@v1
75+
uses: codecov/codecov-action@v2
7676
with:
7777
file: ./coverage.xml
7878

0 commit comments

Comments
 (0)