Skip to content

Commit e1b806e

Browse files
MarcelGeoharminius
authored andcommitted
Trying to fix coveralls
1 parent 68b5405 commit e1b806e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/autotests.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ jobs:
2828
2929
- name: Run tests
3030
run: |
31-
pytest --cov=mergin mergin/test/
31+
pytest --cov=mergin --cov-report=lcov mergin/test/
3232
3333
- name: Submit coverage to Coveralls
34-
env:
35-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
36-
run: |
37-
coveralls --service=github
34+
uses: coverallsapp/github-action@v2
35+
with:
36+
format: lcov

0 commit comments

Comments
 (0)