OLD | NEW |
1 ############################################################################# | 1 ############################################################################# |
2 # sancov blacklist. | 2 # sancov blacklist. |
3 # Please think twice before you add or remove these rules. | 3 # Please think twice before you add or remove these rules. |
4 | 4 |
5 ############################################################################# | 5 ############################################################################# |
6 # no coverage report for third party | 6 # no coverage report for third party |
7 src:*/chromium/* | 7 src:*/chromium/* |
8 src:*/third_party/* | 8 src:*/third_party/* |
9 | 9 |
10 # OpenH264 triggers some errors that are out of our control. | 10 # OpenH264 triggers some errors that are out of our control. |
11 src:*/third_party/ffmpeg/libavcodec/* | 11 src:*/third_party/ffmpeg/libavcodec/* |
12 src:*/third_party/openh264/* | 12 src:*/third_party/openh264/* |
13 | 13 |
14 ############################################################################# | 14 ############################################################################# |
15 # Ignore system libraries. | 15 # Ignore system libraries. |
16 src:*/usr/* | 16 src:*/usr/* |
17 | 17 |
18 ############################################################################# | 18 ############################################################################# |
19 # Ignore test source. | 19 # Ignore test source. |
20 src:*/test/* | 20 src:*/test/* |
21 src:*_unittest.cc | 21 src:*_unittest.cc |
OLD | NEW |