Skip to content

Commit b927a61

Browse files
committed
Upgrade to (non-bash) Codecov v2 Coverage Report Uploader
1 parent 23f6966 commit b927a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ jobs:
5858
5959
- name: Upload coverage to Codecov
6060
if: matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
61-
uses: codecov/codecov-action@v1
61+
uses: codecov/codecov-action@v2
6262
with:
63-
file: ./coverage.xml
63+
files: ./coverage.xml
6464
flags: unittests
6565
env_vars: OS,PYTHON
6666
name: codecov-umbrella

0 commit comments

Comments
 (0)