Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 7 additions & 18 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
[run]
include =
appengine/*
bigquery/*
bigtable/*
blog/*
compute/*
datastore/*
dataproc/*
dns/*
error_reporting/*
language/*
logging/*
monitoring/*
pubsub/*
speech/*
storage/*
translate/*
vision/*
omit =
lib/*
env/*
*/.nox/*
*/conftest.py
*/google_appengine/*

[report]
exclude_lines =
pragma: NO COVER
Expand Down
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ addons:
- python3.5-dev
install:
- pip install --upgrade pip wheel virtualenv
- pip install nox-automation coverage
- pip install --upgrade nox-automation coverage
# Temporarily install this from source.
- pip install --upgrade git+https://github.com/dhermes/ci-diff-helper.git
script:
- ./scripts/travis.sh
after_script:
- coverage report
Loading