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

Side by Side Diff: infra_libs/.coveragerc

Issue 2213143002: Add infra_libs as a bootstrap dependency. (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Removed the ugly import hack Created 4 years, 4 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
OLDNEW
(Empty)
1 [run]
2 include = ./infra_libs/*
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

Powered by Google App Engine
This is Rietveld 408576698