summaryrefslogtreecommitdiff
path: root/.gitlab-ci/fixup-lcov-paths.py
Commit message (Collapse)AuthorAgeFilesLines
* coverage: include Python coverage in lcov reportChristoph Reiter2022-03-271-8/+25
| | | | | | | newer pycoverage supports lcov as output format, so convert to lcov and only generate one report at the end for everything. The lcov report isn't that nice, but at least everything is in one place.
* CI: bring back lcov supportChristoph Reiter2020-11-071-18/+9
| | | | | | The newest lcov supports gcc 10 again. Also collect coverage before the tests run as a baseline and add a config file so every lcov call uses the same settings (taken on glib)
* CI: make things work with coverage.py 5.xChristoph Reiter2019-12-271-0/+35
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