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 678fa8d commit 027ba43Copy full SHA for 027ba43
.github/workflows/autotests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
- name: Run tests
30
run: |
31
- pytest --cov=mergin --cov-report=lcov mergin/test/ -k gpkg_schema
+ pytest --cov=mergin --cov-report=lcov mergin/test/
32
33
- name: Submit coverage to Coveralls
34
uses: coverallsapp/github-action@v2
0 commit comments