Further test with lcov file
This commit is contained in:
parent
25dc36af2a
commit
b10f7e8dc6
1 changed files with 2 additions and 1 deletions
|
|
@ -135,7 +135,7 @@ jobs:
|
||||||
--parallel 4 \
|
--parallel 4 \
|
||||||
--timing \
|
--timing \
|
||||||
evennia
|
evennia
|
||||||
coverage xml
|
coverage lcov
|
||||||
coverage report | grep TOTAL
|
coverage report | grep TOTAL
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
|
|
@ -159,6 +159,7 @@ jobs:
|
||||||
uses: coverallsapp/github-action@master
|
uses: coverallsapp/github-action@master
|
||||||
with:
|
with:
|
||||||
base-path: testing_mygame
|
base-path: testing_mygame
|
||||||
|
path-to-lcov: ./coverage.lcov
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
# - name: Send data to Coveralls
|
# - name: Send data to Coveralls
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue