Update pythonpackage.yml

This commit is contained in:
Griatch 2020-05-17 00:15:41 +02:00 committed by GitHub
parent 60d36d309b
commit 771556890e

View file

@ -70,8 +70,10 @@ jobs:
- name: run test
run: |
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
if: ${{ matrix.TESTING_DB == 'sqlite3' && matix.python-version == 3.7 }}
if: ${{ matrix.TESTING_DB == 'sqlite3' && matrix.python-version == 3.7 }}
run: |
coveralls
coverage xml