mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Only calculate coverage from vdirsyncer itself.
This commit is contained in:
parent
c06acbb88a
commit
8a723febd3
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
|
@ -41,7 +41,7 @@ command__install_tests() {
|
|||
|
||||
command__tests() {
|
||||
if [ "$TRAVIS" = "true" ]; then
|
||||
coverage run --source=vdirsyncer/,tests/ --module pytest
|
||||
coverage run --source=vdirsyncer/ --module pytest
|
||||
coveralls
|
||||
else
|
||||
py.test
|
||||
|
|
|
|||
Loading…
Reference in a new issue