mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-23 01:43:43 +00:00
Add coverage testing and coveralls support
This commit is contained in:
parent
75f5966dac
commit
2b7bfd6717
2 changed files with 4 additions and 1 deletions
|
@ -6,6 +6,8 @@ python:
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install cheetah
|
- pip install cheetah
|
||||||
|
- pip install coveralls
|
||||||
|
|
||||||
before_script: cd ./tests
|
before_script: cd ./tests
|
||||||
script: python all_tests.py
|
script: coverage run --source=.. --omit=../lib/*,../tornado/* all_tests.py
|
||||||
|
after_success: coveralls
|
|
@ -25,6 +25,7 @@
|
||||||
* Change first run after install to set up the main db to the current schema instead of upgrading
|
* Change first run after install to set up the main db to the current schema instead of upgrading
|
||||||
* Change don't create a backup from an initial zero byte main database file, PEP8 and code tidy up
|
* Change don't create a backup from an initial zero byte main database file, PEP8 and code tidy up
|
||||||
* Fix show list view when no shows exist and "Group show lists shows into" is set to anything other than "One Show List"
|
* Fix show list view when no shows exist and "Group show lists shows into" is set to anything other than "One Show List"
|
||||||
|
* Add coverage testing and coveralls support
|
||||||
|
|
||||||
[develop changelog]
|
[develop changelog]
|
||||||
* Update Requests library 2.7.0 (ab1f493) to 2.7.0 (8b5e457)
|
* Update Requests library 2.7.0 (ab1f493) to 2.7.0 (8b5e457)
|
||||||
|
|
Loading…
Reference in a new issue