Details
-
Test
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Assignee: Rakhi Kumari
Url.cpp currently has 76% 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 url_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