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 1a73372 commit 3a429abCopy full SHA for 3a429ab
.github/workflows/test.yml
@@ -37,7 +37,8 @@ jobs:
37
run: poetry install
38
- name: Run pytest
39
run: |
40
- poetry run pytest -vvv -ra --cov=cryptojwt --isort --black
41
- - uses: codecov/codecov-action@v1
+ poetry run pytest -vvv -ra --cov=cryptojwt --cov-report=xml --isort --black
+ - name: Upload coverage to Codecov
42
+ uses: codecov/codecov-action@v1
43
with:
44
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments