cFE: Have "make test" provide full stats on the pass/fail ratio of the asserts
Is your feature request related to a problem? Please describe.
When running make test
it only gives information about which testrunner had at least 1 failing assert. This is useful, but very limited.
Describe the solution you’d like
Each test file run by make test
provide a “fail asserts / total asserts” in the output.
Describe alternatives you’ve considered Running each testrunner individually to get these results. Writing my own bash script.
Additional context
Could be added as an additional runner make test/stats
?
Requester Info Alan Gibson NASA GSFC/587
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Comments: 26 (26 by maintainers)
I worry about focusing too much on 100% coverage, I think it’s good to be aware of it but I don’t want to reject things or fail CI just because there’s a drop of coverage https://dev.to/scottshipp/five-reasons-to-take-code-coverage-with-a-grain-of-salt-2j0