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

Side by Side Diff: appengine/chromium_rietveld/.coveragerc

Issue 1917383002: test.py: compute coverage per top-level module. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Addressing comments, and more polishing Created 4 years, 7 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 unified diff | Download patch
« no previous file with comments | « appengine/chromium_cq_status/.coveragerc ('k') | appengine/chromium_status/.coveragerc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [run]
2 include = ./appengine/chromium_rietveld/*
3
4 [report]
5 exclude_lines =
6 # Have to re-enable the standard pragma
7 pragma: no cover
8
9 # Don't complain about missing debug-only code:
10 def __repr__
11 if self\.debug
12
13 # Don't complain if tests don't hit defensive assertion code:
14 raise AssertionError
15 raise NotImplementedError
16
17 # Don't complain if non-runnable code isn't run:
18 if 0:
19 if __name__ == ['"]__main__['"]:
20
21 [expect_tests]
22 expected_coverage_min = 100
OLDNEW
« no previous file with comments | « appengine/chromium_cq_status/.coveragerc ('k') | appengine/chromium_status/.coveragerc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698