Skip to content

Commit 16a01bc

Browse files
authored
Merge pull request #2179 from pllim/codecov-action-v2
MNT: Update codecov-action version to v2
2 parents bffe79a + f0f2dfd commit 16a01bc

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)