Skip to content

Commit 5f299f6

Browse files
committed
[py-coverage.yml] upgrade codecov to v2 API
v1 is deprecated and being phased out
1 parent 7e49daf commit 5f299f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/py-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest]
11-
python-version: [3.9]
11+
python-version: ["3.10"]
1212

1313
steps:
1414
- uses: actions/checkout@v2
@@ -49,6 +49,6 @@ jobs:
4949
coverage report -m
5050
coverage xml
5151
- name: Upload coverage to Codecov
52-
uses: codecov/codecov-action@v1
52+
uses: codecov/codecov-action@v2
5353
with:
5454
file: ./coverage.xml

0 commit comments

Comments
 (0)