Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/videolan/dav1d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2020-05-27 17:24:03 +0300
committerJean-Baptiste Kempf <jb@videolan.org>2020-06-07 17:55:06 +0300
commit2b98fd286cbe6768ce9877314cba9fc4ffa11259 (patch)
tree454c646ad65fdd781217773cb14ad72c58c388b7 /gcovr.cfg
parenta2f90805e00a9f7e0aec50a7b7d3abcd670cad14 (diff)
CI: Enable coverage reports
Blacklisted some files not directly relevant to the codebase (such as tests, tools and debugging functions). The coverage HTML report gets attached as a build artifact, although unfortunately we can't link directly to the `index.html`. We also attach the coverage XML as a cobertura report, although I'm not sure if it does anything.
Diffstat (limited to 'gcovr.cfg')
-rw-r--r--gcovr.cfg3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcovr.cfg b/gcovr.cfg
new file mode 100644
index 0000000..f768de8
--- /dev/null
+++ b/gcovr.cfg
@@ -0,0 +1,3 @@
+exclude = .*/tests/.*
+exclude = .*/tools/.*
+exclude = .*/include/common/dump.h