You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ac...@apache.org on 2017/11/15 21:05:39 UTC

[15/31] qpid-proton git commit: PROTON-1622: Add instructions for coverage reporting to DEVELOPERS.md

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/go1
Commit: 540ef366f3a124b4dc3ec595504a6fd309fb45bf
Parents: 415a1f7
Author: Chuck Rolke <cr...@redhat.com>
Authored: Tue Oct 24 15:32:43 2017 -0400
Committer: Chuck Rolke <cr...@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-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org