Skip to content

Commit 04f6dd2

Browse files
committed
codecov
1 parent 3b318e5 commit 04f6dd2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,10 @@ jobs:
4040
WEBSHARE_API_KEY: ${{ secrets.WEBSHARE_API_KEY }}
4141
run: |
4242
poetry run coverage run -m pytest
43-
poetry run coverage report --fail-under=95
43+
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

Comments
 (0)