summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorChristoph Reiter <reiter.christoph@gmail.com>2019-12-20 16:48:00 +0100
committerChristoph Reiter <reiter.christoph@gmail.com>2019-12-27 16:14:43 +0100
commitfb3644c40b7a28255eaf3048b3560cb3c31ebf3c (patch)
treef8a2a4d6ddc6e6685fa6dcdddfb80a357efc010a /setup.cfg
parent7263d940b731660d06648d9d510cdc270c731aaa (diff)
downloadpygobject-fb3644c40b7a28255eaf3048b3560cb3c31ebf3c.tar.gz
CI: make things work with coverage.py 5.x
It has changed its internal format to sqlite and still doesn't provide a way to merge runs from different OSes, see https://github.com/nedbat/coveragepy/issues/903
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index 33186d68..c165fa29 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -4,6 +4,7 @@ exclude=subprojects
[coverage:run]
branch=True
+relative_files=True
include=
gi/*
tests/*