We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76471b3 commit 97076f4Copy full SHA for 97076f4
1 file changed
.github/workflows/autotests.yml
@@ -28,10 +28,9 @@ jobs:
28
29
- name: Run tests
30
run: |
31
- pytest --cov=mergin mergin/test/
+ pytest --cov=mergin --cov-report=lcov mergin/test/
32
33
- name: Submit coverage to Coveralls
34
- env:
35
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36
- run: |
37
- coveralls --service=github
+ uses: coverallsapp/github-action@v2
+ with:
+ format: lcov
0 commit comments