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 3b318e5 commit 04f6dd2Copy full SHA for 04f6dd2
.github/workflows/ci.yml
@@ -40,4 +40,10 @@ jobs:
40
WEBSHARE_API_KEY: ${{ secrets.WEBSHARE_API_KEY }}
41
run: |
42
poetry run coverage run -m pytest
43
- poetry run coverage report --fail-under=95
+ poetry run coverage report --fail-under=95
44
+
45
+ - name: Upload coverage reports to Codecov
46
+ uses: codecov/codecov-action@v5
47
+ with:
48
+ token: ${{ secrets.CODECOV_TOKEN }}
49
+ slug: davidteather/proxyproviders
0 commit comments