We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 541e1f2 commit 1b0f15eCopy full SHA for 1b0f15e
.github/workflows/coverage.yml
@@ -13,8 +13,8 @@ jobs:
13
with:
14
python-version: 3.7
15
- name: Install dependencies
16
- run: pip install nox codecov
+ run: pip install nox
17
- name: Test with nox
18
run: nox -e coverage
19
- - name: Upload test coverage
20
- run: codecov -t ${{ secrets.CODECOV_TOKEN }} -f .coverage.xml
+ - name: Upload coverage to Codecov
+ uses: codecov/codecov-action@v3
0 commit comments