File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 66 */_generated/*.py
77 # Packages in the "google.cloud" package that we don't own.
88 */google/cloud/gapic/*
9- fail_under = 100
10- show_missing = True
119exclude_lines =
1210 # Re-enable the standard pragma
1311 pragma: NO COVER
Original file line number Diff line number Diff line change @@ -6,9 +6,12 @@ install:
66
77script :
88 - tox -e py27
9+ - (cd core && tox -e py27)
910 - tox -e py34
11+ - (cd core && tox -e py34)
1012 - tox -e lint
1113 - tox -e cover
14+ - (cd core && tox -e cover)
1215 - tox -e system-tests
1316 - tox -e system-tests3
1417 - scripts/update_docs.sh
Original file line number Diff line number Diff line change @@ -12,6 +12,13 @@ covercmd =
1212 --cov =unit_tests \
1313 --cov-config {toxinidir}/.coveragerc \
1414 unit_tests
15+ py.test --quiet \
16+ --cov =google.cloud \
17+ --cov =unit_tests \
18+ --cov-append \
19+ --cov-config {toxinidir}/.coveragerc \
20+ core/unit_tests
21+ coverage report --show-missing --fail-under =100
1522
1623[testenv]
1724commands =
You can’t perform that action at this time.
0 commit comments