Repository: qpid-proton Updated Branches: refs/heads/master 415a1f7ab -> 540ef366f
PROTON-1622: Add instructions for coverage reporting to DEVELOPERS.md Project: http://git-wip-us.apache.org/repos/asf/qpid-proton/repo Commit: http://git-wip-us.apache.org/repos/asf/qpid-proton/commit/540ef366 Tree: http://git-wip-us.apache.org/repos/asf/qpid-proton/tree/540ef366 Diff: http://git-wip-us.apache.org/repos/asf/qpid-proton/diff/540ef366 Branch: refs/heads/master Commit: 540ef366f3a124b4dc3ec595504a6fd309fb45bf Parents: 415a1f7 Author: Chuck Rolke <cro...@redhat.com> Authored: Tue Oct 24 15:32:43 2017 -0400 Committer: Chuck Rolke <cro...@redhat.com> Committed: Tue Oct 24 15:32:43 2017 -0400 ---------------------------------------------------------------------- DEVELOPERS.md | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/qpid-proton/blob/540ef366/DEVELOPERS.md ---------------------------------------------------------------------- diff --git a/DEVELOPERS.md b/DEVELOPERS.md index d195083..5eaa235 100644 --- a/DEVELOPERS.md +++ b/DEVELOPERS.md @@ -76,6 +76,15 @@ Additional packages required for testing the language bindings: # alternatively ruby depedencies on non-RPM based systems $ gem install minitest +To run coverage reporting: + + # install coverage tools + $ dnf install lcov + $ pip install coverage + + $ cmake -DCMAKE_BUILD_TYPE=Coverage && make && ctest && make coverage + # Then browse to {CMAKE_BUILD_DIR}/coverage_results/html/index.html + Mailing list ------------ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org For additional commands, e-mail: commits-h...@qpid.apache.org