Further test with lcov file

This commit is contained in:
Griatch 2022-10-21 00:58:59 +02:00
parent 25dc36af2a
commit b10f7e8dc6

View file

@ -135,7 +135,7 @@ jobs:
--parallel 4 \
--timing \
evennia
coverage xml
coverage lcov
coverage report | grep TOTAL
- name: Run test suite
@ -159,6 +159,7 @@ jobs:
uses: coverallsapp/github-action@master
with:
base-path: testing_mygame
path-to-lcov: ./coverage.lcov
github-token: ${{ secrets.GITHUB_TOKEN }}
# - name: Send data to Coveralls