Skip to content

Commit a1b3381

Browse files
author
Jon Wayne Parrott
committed
Drop coverage because it's not useful
Change-Id: Iae399a7083d7866c3c7b9162d0de244fbff8b522
1 parent 812eab1 commit a1b3381

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

.coveragerc

Lines changed: 0 additions & 12 deletions
This file was deleted.

nox.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -133,10 +133,7 @@ def _setup_appengine_sdk(session):
133133
#
134134

135135

136-
PYTEST_COMMON_ARGS = [
137-
'--cov',
138-
'--cov-config', os.path.abspath('.coveragerc'),
139-
'--cov-report', 'term']
136+
PYTEST_COMMON_ARGS = []
140137

141138
FLAKE8_COMMON_ARGS = [
142139
'--show-source', '--builtin', 'gettext', '--max-complexity', '20',

0 commit comments

Comments
 (0)