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.
2 parents e2abd22 + 9ecc828 commit 9977a01Copy full SHA for 9977a01
.github/workflows/test.yml
@@ -34,7 +34,7 @@ jobs:
34
run: poetry install
35
36
- name: Run test
37
- run: poetry run invoke test
+ run: poetry run pytest --cov=. --cov-report=xml
38
39
- name: Upload Code Coverage
40
run: bash <(curl -s https://codecov.io/bash)
0 commit comments