summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2018-02-17 15:23:49 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2018-02-17 17:45:24 +0100
commitaf7aa11acebd9a34e6aee41dc77c0d7c3000fd47 (patch)
treecdd28f26278e4edceb94961d33208e98e05bdf27 /setup.cfg
parent8df9570b7f25ceaaa590c8da33952a7bdeade203 (diff)
downloadpygobject-af7aa11acebd9a34e6aee41dc77c0d7c3000fd47.tar.gz
gitlab-ci: Add coverage reports
Use gcov/lcov and coverage.py; merge all results and provide the final html reports as job artifacts.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg7
1 files changed, 7 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 5933e6a0..f4b4e15e 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,3 +1,10 @@
[flake8]
ignore=E501,E123,E124,E402,E731,E722
builtins=long,unicode,basestring
+
+[coverage:run]
+branch=True
+include=
+ gi/*
+ tests/*
+ pygtkcompat/*