Justin Ross created PROTON-2357:
-----------------------------------
Summary: [cpp] Improve test coverage in url.cpp
Key: PROTON-2357
URL: https://issues.apache.org/jira/browse/PROTON-2357
Project: Qpid Proton
Issue Type: Test
Components: cpp-binding
Reporter: Justin Ross
Assignee: Justin Ross
Message.cpp currently has 84% line coverage after running the tests. Increase
the coverage to 100% or as close as is practical. To do this, add tests to
message_test.cpp.
To set up coverage builds:
- Install lcov, the code coverage tool
- Compile proton with -DCMAKE_BUILD_TYPE=Coverage
- 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: [email protected]
For additional commands, e-mail: [email protected]