Skip to content

Commit

Permalink
Drop coverage because it's not useful
Browse files Browse the repository at this point in the history
Change-Id: Iae399a7083d7866c3c7b9162d0de244fbff8b522
  • Loading branch information
Jon Wayne Parrott committed Aug 29, 2017
1 parent 812eab1 commit a1b3381
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
12 changes: 0 additions & 12 deletions .coveragerc

This file was deleted.

5 changes: 1 addition & 4 deletions nox.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ def _setup_appengine_sdk(session):
#


PYTEST_COMMON_ARGS = [
'--cov',
'--cov-config', os.path.abspath('.coveragerc'),
'--cov-report', 'term']
PYTEST_COMMON_ARGS = []

FLAKE8_COMMON_ARGS = [
'--show-source', '--builtin', 'gettext', '--max-complexity', '20',
Expand Down

0 comments on commit a1b3381

Please sign in to comment.