Specify coverage source by-module name instead
This commit is contained in:
parent
3db058a055
commit
aadbef02c4
1 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ jobs:
|
||||||
pip install mysqlclient
|
pip install mysqlclient
|
||||||
pip install coveralls
|
pip install coveralls
|
||||||
pip install tblib
|
pip install tblib
|
||||||
pip install -e .
|
pip install .
|
||||||
pip install .[extra]
|
pip install .[extra]
|
||||||
|
|
||||||
- name: Initialize evennia
|
- name: Initialize evennia
|
||||||
|
|
@ -81,7 +81,7 @@ jobs:
|
||||||
working-directory: testing_mygame
|
working-directory: testing_mygame
|
||||||
run: |
|
run: |
|
||||||
coverage run \
|
coverage run \
|
||||||
--source=../evennia \
|
--source=evennia \
|
||||||
--omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service \
|
--omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service \
|
||||||
../bin/unix/evennia test \
|
../bin/unix/evennia test \
|
||||||
--settings=settings \
|
--settings=settings \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue