mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
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 coveralls
|
||||
pip install tblib
|
||||
pip install -e .
|
||||
pip install .
|
||||
pip install .[extra]
|
||||
|
||||
- name: Initialize evennia
|
||||
|
|
@ -81,7 +81,7 @@ jobs:
|
|||
working-directory: testing_mygame
|
||||
run: |
|
||||
coverage run \
|
||||
--source=../evennia \
|
||||
--source=evennia \
|
||||
--omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service \
|
||||
../bin/unix/evennia test \
|
||||
--settings=settings \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue