Annoying typo

This commit is contained in:
Griatch 2020-05-17 23:09:29 +02:00
parent 77ab78d247
commit 5db9ed2cde

View file

@ -95,7 +95,7 @@ jobs:
cd testing_mygame
coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test --settings=settings --keepdb evennia
coverage xml
cp coverage.cml ../cobertura.xml
cp coverage.xml ../cobertura.xml
# we only want to run coverall once, so we only do it for one of the matrix combinations
- name: Send data to Coveralls