nasa/fprime

Adding Coverage Files for Unit Tests

Geschlossen

#2.572 geöffnet am 07.03.2024

 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C++ (1.249 Forks)batch import
CIhelp wanted

Repository-Metriken

Stars
 (9.718 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 5T 15h) (65 gemergte PRs in 30 T)

Beschreibung

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.

Contributor Guide