mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 \
|
||||
--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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue