mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 12:56:30 +01:00
Update coveralls to exclude checking some types of non-code files. Resolves #1318.
This commit is contained in:
parent
6370c377d5
commit
1248428d13
1 changed files with 1 additions and 1 deletions
|
|
@ -10,6 +10,6 @@ before_script:
|
|||
- cd dummy
|
||||
- evennia migrate
|
||||
script:
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py ../bin/unix/evennia test evennia
|
||||
- coverage run --source=../evennia --omit=*/migrations/*,*/urls.py,*/test*.py,*.sh,*.txt,*.md,*.pyc,*.service ../bin/unix/evennia test evennia
|
||||
after_success:
|
||||
- coveralls
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue