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 7b71daf commit f916f60Copy full SHA for f916f60
.github/workflows/autotests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Run tests
30
run: |
31
- pytest --cov=mergin mergin/test/ -k dummy_mcStorage
+ pytest --cov=mergin mergin/test/test_client.py -k dummy_mcStorage
32
33
- name: Submit coverage to Coveralls
34
env:
0 commit comments