]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Gather code coverage data after a successful CI run
authorTom Hromatka <tom.hromatka@oracle.com>
Mon, 23 Sep 2019 22:14:50 +0000 (22:14 +0000)
committerDhaval Giani <dhaval.giani@oracle.com>
Tue, 8 Oct 2019 17:51:22 +0000 (10:51 -0700)
commit34533fb3522d1b53cc125dbac9ae21f492892450
treecef80bd171222909eae93a0735820db8431ef65c
parent751063ceed5d89c13f1d71eb2e868ff793e34b24
tests: Gather code coverage data after a successful CI run

Upon successful completion of a continuous integration (CI) build
through Travis CI, this commit enables coveralls.io to generate
code coverage results by utilizing the gcov data generated
during both the unit and functional test runs.

Note that the m4/ax_code_coverage.m4 file is provided by the
autoconf team, and it has been used verbatim.  The original
file is available here:
https://git.savannah.gnu.org/gitweb/?p=autoconf-archive.git;a=blob_plain;f=m4/ax_code_coverage.m4

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
.gitignore
.travis.yml
bootstrap.sh
configure.in
m4/ax_code_coverage.m4 [new file with mode: 0644]
src/Makefile.am
src/tools/Makefile.am