We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c64e8ae commit a3226e7Copy full SHA for a3226e7
.github/workflows/test.yml
@@ -34,3 +34,6 @@ jobs:
34
python-version: ${{ matrix.python-version }}
35
- run: python -m pip install tox
36
- run: tox -f py$(echo ${{ matrix.python-version }} | tr -d .)
37
+ - uses: codecov/codecov-action@v4
38
+ with:
39
+ token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments