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 c2ef698 commit 65ad89fCopy full SHA for 65ad89f
.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