[
https://issues.apache.org/jira/browse/PROTON-2363?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jiri Daněk updated PROTON-2363:
-------------------------------
Description:
*Assignee: unassigned*
Map.cpp currently has 57% line coverage after running the tests (for my local
config). Increase the coverage to 100% or as close as is practical. To do
this, add or modify tests in map_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
was:
*Assignee: Sushma Unnibhavi*
Map.cpp currently has 57% line coverage after running the tests (for my local
config). Increase the coverage to 100% or as close as is practical. To do
this, add or modify tests in map_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
> [cpp] Improve test coverage in map.cpp
> --------------------------------------
>
> Key: PROTON-2363
> URL: https://issues.apache.org/jira/browse/PROTON-2363
> Project: Qpid Proton
> Issue Type: Test
> Components: cpp-binding
> Reporter: Justin Ross
> Assignee: Justin Ross
> Priority: Major
> Labels: starter
>
> *Assignee: unassigned*
> Map.cpp currently has 57% line coverage after running the tests (for my local
> config). Increase the coverage to 100% or as close as is practical. To do
> this, add or modify tests in map_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: [email protected]
For additional commands, e-mail: [email protected]