Repository: lucy-clownfish Updated Branches: refs/heads/master ba2150d96 -> 385feba68
Clean up coverage report Remove autogenerated code and files from test parcel from coverage report. Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/32c4d7b6 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/32c4d7b6 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/32c4d7b6 Branch: refs/heads/master Commit: 32c4d7b6fcb836ff4a581758b372e07fe3f31a51 Parents: 765f896 Author: Nick Wellnhofer <[email protected]> Authored: Sat Aug 9 23:31:02 2014 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Apr 26 11:55:39 2015 +0200 ---------------------------------------------------------------------- runtime/common/charmonizer.main | 10 ++++++++++ 1 file changed, 10 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/32c4d7b6/runtime/common/charmonizer.main ---------------------------------------------------------------------- diff --git a/runtime/common/charmonizer.main b/runtime/common/charmonizer.main index 45b7bef..e14eef0 100644 --- a/runtime/common/charmonizer.main +++ b/runtime/common/charmonizer.main @@ -516,6 +516,16 @@ cfish_MakeFile_write_c_test_rules(cfish_MakeFile *self) { " --rc lcov_branch_coverage=1" " --output-file clownfish.info"); chaz_MakeRule_add_command(rule, + "lcov" + " --remove clownfish.info" + " '/usr/include/*'" + " 'c/autogen/*'" + " 'core/Clownfish/Test.*'" + " 'core/Clownfish/Test/*'" + " 'core/TestClownfish.*'" + " --rc lcov_branch_coverage=1" + " --output-file clownfish.info"); + chaz_MakeRule_add_command(rule, "genhtml" " --branch-coverage" " --output-directory coverage"
