Skip to content

Commit 1e59a42

Browse files
committed
upload coverage using codecov/codecov-action
1 parent c9de80c commit 1e59a42

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ jobs:
3838
- name: Run pytest
3939
run: |
4040
poetry run pytest -vvv -ra --cov=cryptojwt --isort --black
41-
#- name: Run codecov
42-
# run: |
43-
# poetry run codecov
41+
- uses: codecov/codecov-action@v1
42+
with:
43+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)