|
Ran
|
Files
112
|
Run time
44min
|
Badge
README BADGES
|
travis-ci
<a href="https://github.com/flux-framework/flux-core/commit/<a class=hub.com/flux-framework/flux-core/commit/14b76d9a15ca976a71000bdd0bcd6ebc6e1832b4">14b76d9a1<a href="https://github.com/flux-framework/flux-core/commit/14b76d9a15ca976a71000bdd0bcd6ebc6e1832b4">">build: fix make clean code coverage enhancements in this commit broke &quot;make clean" commit </a><a class="double-link" href="https://github.com/flux-framework/flux-core/commit/<a class="double-link" href="https://github.com/flux-framework/flux-core/commit/4fee3a722d0cc4847b7a1084ed1dfe13610ba56d">4fee3a722</a>">4fee3a722</a><a href="https://github.com/flux-framework/flux-core/commit/14b76d9a15ca976a71000bdd0bcd6ebc6e1832b4"> Author: Mark Grondona <mark.grondona@gmail.com> Date: Mon Sep 14 03:52:56 2015 +0000 build: remove coverage files on clean Remove *.gcno and baseline coverage output file on 'make clean' when configured with --check-code-coverage. because 'clean:' was used as the target instead of 'clean-local'. But also the commands should have been wrapped in ifeq ($(CODE_COVERAGE_ENABLED),yes) endif like the rest of the code coverage commands. However, use of ifeq() doesn't work in Makefile.am files because of a conflict with Automake's "endif" keyword. Avoid this whole disaster and move our clean commands into the config/ax_code_coverage.m4 so they are expanded cleanly with the rest of @CODE_COVERAGE_RULES@.
13684 of 19394 relevant lines covered (70.56%)
195858.3 hits per line
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|