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