Skip to content

Commit 3a429ab

Browse files
committed
more coverage
1 parent 1a73372 commit 3a429ab

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ jobs:
3737
run: poetry install
3838
- name: Run pytest
3939
run: |
40-
poetry run pytest -vvv -ra --cov=cryptojwt --isort --black
41-
- uses: codecov/codecov-action@v1
40+
poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
41+
- name: Upload coverage to Codecov
42+
uses: codecov/codecov-action@v1
4243
with:
4344
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)