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 f59ff65 commit 47ded7dCopy full SHA for 47ded7d
.github/workflows/ci.yml
@@ -33,8 +33,10 @@ jobs:
33
# run: python -m pytest tests --cov=./python_socks --cov-report term-missing -s
34
run: python -m pytest tests --cov=./python_socks --cov-report xml
35
- name: Upload coverage
36
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4.0.1
37
with:
38
+ token: ${{ secrets.CODECOV_TOKEN }}
39
+ slug: romis2012/python-socks
40
file: ./coverage.xml
41
flags: unit
42
fail_ci_if_error: false
0 commit comments