nasa/fprime

Adding Coverage Files for Unit Tests

已关闭

#2,572 创建于 2024年3月7日

 (2 条评论) (0 个反应) (0 位负责人)C++ (1,249 个派生)batch import
CIhelp wanted

仓库指标

星标
 (9,718 个星标)
PR 合并指标
 (平均合并 5天 15小时) (30 天内合并 65 个 PR)

描述

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.

贡献者指南