Skip to content

Commit 4b094c1

Browse files
author
Jon Wayne Parrott
authored
Refactor noxfile (GoogleCloudPlatform#686)
1 parent b90956d commit 4b094c1

File tree

6 files changed

+204
-353
lines changed

6 files changed

+204
-353
lines changed

.coveragerc

Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,11 @@
11
[run]
2-
include =
3-
appengine/*
4-
bigquery/*
5-
bigtable/*
6-
blog/*
7-
compute/*
8-
datastore/*
9-
dataproc/*
10-
dns/*
11-
error_reporting/*
12-
language/*
13-
logging/*
14-
monitoring/*
15-
pubsub/*
16-
speech/*
17-
storage/*
18-
translate/*
19-
vision/*
2+
omit =
3+
lib/*
4+
env/*
5+
*/.nox/*
6+
*/conftest.py
7+
*/google_appengine/*
8+
209
[report]
2110
exclude_lines =
2211
pragma: NO COVER

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ addons:
2323
- python3.5-dev
2424
install:
2525
- pip install --upgrade pip wheel virtualenv
26-
- pip install nox-automation coverage
26+
- pip install --upgrade nox-automation coverage
27+
# Temporarily install this from source.
28+
- pip install --upgrade git+https://github.com/dhermes/ci-diff-helper.git
2729
script:
2830
- ./scripts/travis.sh
29-
after_script:
30-
- coverage report

0 commit comments

Comments
 (0)