mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-27 14:57:41 +00:00
Also report coverage for broken builds
This commit is contained in:
parent
5a938426e9
commit
91a631fb5a
1 changed files with 0 additions and 1 deletions
|
|
@ -16,7 +16,6 @@ install:
|
||||||
- "pip install coveralls"
|
- "pip install coveralls"
|
||||||
script:
|
script:
|
||||||
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
|
- "coverage run --source=vdirsyncer/,tests/ --module pytest"
|
||||||
after_success:
|
|
||||||
- "coverage report --show-missing"
|
- "coverage report --show-missing"
|
||||||
- "coveralls"
|
- "coveralls"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue