Skip to content

Commit fa44044

Browse files
authored
Merge pull request #232 from MerginMaps/fix-coveralls
Trying to fix coveralls
2 parents 76471b3 + 97076f4 commit fa44044

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)