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