Details
-
Test
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
Assignee: Shivani Singh
Decoder.cpp currently has 74% 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 codec_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
Attachments
Issue Links
- is a clone of
-
PROTON-2356 [cpp] Improve test coverage in message.cpp
- Open