Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4b094c1

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

File tree

Expand file treeCollapse file tree

6 files changed

+204
-353
lines changed
Filter options
Expand file treeCollapse file tree

6 files changed

+204
-353
lines changed

‎.coveragerc

Copy file name to clipboardExpand all lines: .coveragerc
+7-18Lines 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

Copy file name to clipboardExpand all lines: .travis.yml
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.