nasa/fprime

Adding Coverage Files for Unit Tests

Open

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

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)C++ (9,718 star) (1,249 fork)batch import
CIhelp wanted

描述

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.

贡献者指南

Adding Coverage Files for Unit Tests · nasa/fprime#2572 | Good First Issue