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 607e148 commit 5e4c38aCopy full SHA for 5e4c38a
.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/
+ pytest --cov=mergin --cov-report=lcov mergin/test/ -k gpkg_schema
32
33
- name: Submit coverage to Coveralls
34
uses: coverallsapp/github-action@v2
0 commit comments