fprime icon indicating copy to clipboard operation
fprime copied to clipboard

Adding Coverage Files for Unit Tests

Open csmith608 opened this issue 11 months ago • 1 comments

F´ Version v3.4.3
Affected Component All with unit tests


Feature Description

In the CI pipeline, add automatic code coverage documentation for unit tests.

Rationale

This will provide a snapshot of the percentage of source code that is covered by the component's unit tests. It can show areas that lack proper testing and provide users with confidence in fprime components. The CI already runs the unit tests, so it just needs to capture the coverage results as well.

csmith608 avatar Mar 07 '24 00:03 csmith608

See #2112

LeStarch avatar Mar 27 '24 19:03 LeStarch