You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Justin Ross (Jira)" <ji...@apache.org> on 2021/04/01 15:50:00 UTC

[jira] [Commented] (PROTON-2360) [cpp] Improve test coverage in link.cpp

    [ https://issues.apache.org/jira/browse/PROTON-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17313257#comment-17313257 ] 

Justin Ross commented on PROTON-2360:
-------------------------------------

[~digitalsimboja], when you have something that increases the coverage, I recommend raising a PR to get some early feedback.

> [cpp] Improve test coverage in link.cpp
> ---------------------------------------
>
>                 Key: PROTON-2360
>                 URL: https://issues.apache.org/jira/browse/PROTON-2360
>             Project: Qpid Proton
>          Issue Type: Test
>          Components: cpp-binding
>            Reporter: Justin Ross
>            Assignee: Justin Ross
>            Priority: Major
>
> *Assignee: Sunday Mgbogu*
> Link.cpp currently has 82% line coverage after running the tests.  Increase the coverage to 100% or as close as is practical.  To do this, add or modify tests in link_test.cpp.
> To set up coverage builds:
>  # Install lcov, the code coverage tool
>  # Configure the build for coverage analysis: cmake -DCMAKE_BUILD_TYPE=Coverage [...]
>  # Build the code: make build
>  # Run the tests: make test
>  # Generate coverage results: make coverage
>  # View the results at <build>/coverage_results



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org