Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(111)

Unified Diff: .coveragerc

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | appengine/monorail/.expect_tests.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .coveragerc
diff --git a/.coveragerc b/.coveragerc
index 510fefa0ab64044f8450f1836ebd68865cf89d7f..bf59e70378802bba98f063144fa54f2559f7a9e5 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -7,6 +7,10 @@ omit =
# Add chromium_build, which wasn't test.py-enabled for a long time.
./appengine/chromium_build/*
+ # Add monorail's third-party packages and worst offenders
+ ./appengine/monorail/third_party/*
+ ./appengine/monorail/testing/*
+
# Appengine third_party packages, committed into the repo as is.
./appengine/third_party/*
@@ -32,3 +36,6 @@ exclude_lines =
# Don't complain if non-runnable code isn't run:
if 0:
if __name__ == ['"]__main__['"]:
+
+[expect_tests]
+expected_coverage_min = 90
« no previous file with comments | « no previous file | appengine/monorail/.expect_tests.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698