mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-04-26 14:47:44 +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() {
|
command__tests() {
|
||||||
if [ "$TRAVIS" = "true" ]; then
|
if [ "$TRAVIS" = "true" ]; then
|
||||||
coverage run --source=vdirsyncer/,tests/ --module pytest
|
coverage run --source=vdirsyncer/ --module pytest
|
||||||
coveralls
|
coveralls
|
||||||
else
|
else
|
||||||
py.test
|
py.test
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue