Revert to xml coverall output again
This commit is contained in:
parent
b10f7e8dc6
commit
393da8c2ad
1 changed files with 6 additions and 16 deletions
22
.github/workflows/github_action_test_suite.yml
vendored
22
.github/workflows/github_action_test_suite.yml
vendored
|
|
@ -135,7 +135,7 @@ jobs:
|
||||||
--parallel 4 \
|
--parallel 4 \
|
||||||
--timing \
|
--timing \
|
||||||
evennia
|
evennia
|
||||||
coverage lcov
|
coverage xml
|
||||||
coverage report | grep TOTAL
|
coverage report | grep TOTAL
|
||||||
|
|
||||||
- name: Run test suite
|
- name: Run test suite
|
||||||
|
|
@ -152,24 +152,14 @@ jobs:
|
||||||
# we only want to run coverall once, so we only do it for one of the matrix combinations
|
# we only want to run coverall once, so we only do it for one of the matrix combinations
|
||||||
# it's also not critical if pushing to either service fails (happens for PRs since env is not
|
# it's also not critical if pushing to either service fails (happens for PRs since env is not
|
||||||
# available outside of the evennia org)
|
# available outside of the evennia org)
|
||||||
|
|
||||||
- name: Send data to Coveralls
|
- name: Send data to Coveralls
|
||||||
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == '3.10' }}
|
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == '3.10' }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: coverallsapp/github-action@master
|
env:
|
||||||
with:
|
COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
||||||
base-path: testing_mygame
|
run: |
|
||||||
path-to-lcov: ./coverage.lcov
|
cd testing_mygame
|
||||||
github-token: ${{ secrets.GITHUB_TOKEN }}
|
coveralls
|
||||||
|
|
||||||
# - name: Send data to Coveralls
|
|
||||||
# if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == '3.10' }}
|
|
||||||
# continue-on-error: true
|
|
||||||
# env:
|
|
||||||
# COVERALLS_REPO_TOKEN: ${{ secrets.COVERALLS_REPO_TOKEN }}
|
|
||||||
# run: |
|
|
||||||
# cd testing_mygame
|
|
||||||
# coveralls
|
|
||||||
|
|
||||||
# docker setup and push
|
# docker setup and push
|
||||||
-
|
-
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue