File tree 30 files changed +629
-32
lines changed
chrome_infra_console_loadtest
30 files changed +629
-32
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/annotation-parser/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chrome_infra_console/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chrome_infra_console_loadtest/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chrome_infra_packages/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chrome_infra_stats/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_bugs/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_build/*
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 = 24
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_build_logs/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_committers/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_cq_status/*
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_status/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/chromium_try_flakes/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/cr-buildbucket/*
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
Original file line number Diff line number Diff line change 1
- .coverage *
2
1
tools /protoc
Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ def search(
325
325
_check_search_acls (buckets )
326
326
elif retry_of :
327
327
retry_of_build = model .Build .get_by_id (retry_of )
328
- if retry_of_build :
328
+ if retry_of_build : # pragma: no cover
329
329
buckets = [retry_of_build .bucket ]
330
330
else :
331
331
buckets = acl .get_available_buckets ()
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/cr-doc/*
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
Original file line number Diff line number Diff line change
1
+ [run]
2
+ include = ./appengine/cr_rev/*
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
You can’t perform that action at this time.
0 commit comments