]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: create and merge code coverage reports in integration tests
authorLuca Boccassi <luca.boccassi@microsoft.com>
Sun, 3 Oct 2021 15:50:38 +0000 (16:50 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Mon, 4 Oct 2021 15:40:49 +0000 (16:40 +0100)
commitc82dc15b9fcc8fde17d48d3beaec650ecda5bbbf
treed245c91271e162d33e812ee7841d74583a793853
parent9d0ad242b84ccf08a370aa019c638300429ad5eb
test: create and merge code coverage reports in integration tests

If -Db_coverage=true is used at build time, then ARTIFACT_DIRECTORY/TEST-XX-FOO.coverage-info
files are created with code coverage data, and run-integration-test.sh also
merges them into ARTIFACT_DIRECTORY/merged.coverage-info since the coveralls.io
helpers accept only a single file.
test/run-integration-tests.sh
test/test-functions