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 6d3ca80 + 00331b0 commit 81e5588Copy full SHA for 81e5588
1 file changed
.github/workflows/test.yml
@@ -36,7 +36,7 @@ jobs:
36
- name: Run tests
37
run: |
38
pip install pytest pytest-cov
39
- python -m pytest --cov --cov-branch atwiki
+ python -m pytest -rfEX --showlocals --cov --cov-branch atwiki
40
atwiki-dump --help
41
42
- name: Upload Coverage
0 commit comments