[
https://issues.apache.org/jira/browse/TS-4549?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leif Hedstrom updated TS-4549:
------------------------------
Fix Version/s: Infrastructure
> generate code coverage day in CI
> --------------------------------
>
> Key: TS-4549
> URL: https://issues.apache.org/jira/browse/TS-4549
> Project: Traffic Server
> Issue Type: Improvement
> Components: CI
> Reporter: James Peach
> Assignee: Leif Hedstrom
> Fix For: Infrastructure
>
>
> Now that the {{--coverage}} build option works, it would be great to use
> {{lcov}} to generate some coverage data in CI.
> I think that the gist go it would be something like this:
> {code}
> lcov --directory $PREFIX --zerocounters
> ... run tests or something here ...
> lcov --directory $PREFIX --capture --output-file coverage.info
> lcov --summary coverage.info
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)