Skip to content

Commit 1b0f15e

Browse files
authored
Use codecov/codecov-action instead of removed codecov package (#412)
1 parent 541e1f2 commit 1b0f15e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/coverage.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
with:
1414
python-version: 3.7
1515
- name: Install dependencies
16-
run: pip install nox codecov
16+
run: pip install nox
1717
- name: Test with nox
1818
run: nox -e coverage
19-
- name: Upload test coverage
20-
run: codecov -t ${{ secrets.CODECOV_TOKEN }} -f .coverage.xml
19+
- name: Upload coverage to Codecov
20+
uses: codecov/codecov-action@v3

0 commit comments

Comments
 (0)