Skip to content

Commit

Permalink
test: drop majyk per-lang-version coverage level (#8)
Browse files Browse the repository at this point in the history
Closes #7.
  • Loading branch information
tseaver authored Feb 26, 2020
1 parent 09195cb commit 31b59f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google-cloud-trace/noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ def default(session):
"--cov-append",
"--cov-config=.coveragerc",
"--cov-report=",
"--cov-fail-under=97",
"--cov-fail-under=0",
os.path.join("tests", "unit"),
*session.posargs,
)
Expand Down

0 comments on commit 31b59f8

Please sign in to comment.