Update pythonpackage.yml
This commit is contained in:
parent
60d36d309b
commit
771556890e
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pythonpackage.yml
vendored
4
.github/workflows/pythonpackage.yml
vendored
|
|
@ -70,8 +70,10 @@ jobs:
|
||||||
- name: run test
|
- name: run test
|
||||||
run: |
|
run: |
|
||||||
coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia
|
coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia
|
||||||
|
|
||||||
|
# we only want to run coverall once, so we only do it for one of the matrix combinations
|
||||||
- name: run coverall
|
- name: run coverall
|
||||||
if: ${{ matrix.TESTING_DB == 'sqlite3' && matix.python-version == 3.7 }}
|
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
|
||||||
run: |
|
run: |
|
||||||
coveralls
|
coveralls
|
||||||
coverage xml
|
coverage xml
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue