nasa / fprime-tools

F´ Python tooling and helpers.
https://github.com/nasa/fprime
Apache License 2.0
20 stars 38 forks source link

Add flags to include unit test files in coverage #137

Closed LeStarch closed 1 year ago

LeStarch commented 1 year ago
Originating Project/Creator
Affected Component
Affected Architectures(s)
Related Issue(s)
Has Unit Tests (y/n)
Builds Without Errors (y/n)
Unit Tests Pass (y/n)
Documentation Included (y/n)

Change Description

Previous implementations did not allow for including test and autocoded test files in the coverage calculations. This completes the set. --all-ac is now --all-sources as it includes everything.

LeStarch commented 1 year ago

Added QoL addition of printing gcovr command args in ' such that it can be copied and pasted to run!