Skip to content

Commit 47ded7d

Browse files
committed
Update github ci configuration
1 parent f59ff65 commit 47ded7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ jobs:
3333
# run: python -m pytest tests --cov=./python_socks --cov-report term-missing -s
3434
run: python -m pytest tests --cov=./python_socks --cov-report xml
3535
- name: Upload coverage
36-
uses: codecov/codecov-action@v3
36+
uses: codecov/codecov-action@v4.0.1
3737
with:
38+
token: ${{ secrets.CODECOV_TOKEN }}
39+
slug: romis2012/python-socks
3840
file: ./coverage.xml
3941
flags: unit
4042
fail_ci_if_error: false

0 commit comments

Comments
 (0)