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 a982d2a commit 9ca1efbCopy full SHA for 9ca1efb
1 file changed
.github/workflows/test.yml
@@ -4,7 +4,6 @@ on: [push]
4
env:
5
# TODO: use a release (once available)
6
CIBW_ENVIRONMENT: "LIBZIM_DL_VERSION=2023-04-14"
7
- CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8
9
jobs:
10
lint:
@@ -55,6 +54,6 @@ jobs:
55
54
56
- name: Upload coverage report to codecov
57
if: matrix.os == 'ubuntu-22.04' && matrix.python == '3.11'
58
- run: |
59
- pip install codecov
60
- codecov
+ uses: codecov/codecov-action@v3
+ with:
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments