blob: 7043a18ef2cf0a1d2e692816cf0447890e239f8e [file] [log] [blame]
Johan Ahlers9ddac182016-07-22 08:57:23 +02001#############################################################################
2# sancov blacklist.
3# Please think twice before you add or remove these rules.
4
5#############################################################################
6# no coverage report for third party
7src:*/chromium/*
8src:*/third_party/*
9
10# OpenH264 triggers some errors that are out of our control.
11src:*/third_party/ffmpeg/libavcodec/*
12src:*/third_party/openh264/*
13
14#############################################################################
15# Ignore system libraries.
16src:*/usr/*
17
18#############################################################################
19# Ignore test source.
20src:*/test/*
21src:*_unittest.cc