nasa / bp

The Bundle Protocol Core Flight System Application (BP) License: Apache-2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add coverage test framework for BP App

jphickey opened this issue · comments

All CFS software needs to have coverage testing, but this is not yet implemented for BP.

Initially, the first enhancement would be to add the coverage framework only, with empty tests, such that the coverage test shows lines and functions NOT being covered (as opposed to showing nothing at all).

After this is in place, test cases can be gradually added to achieve the desired coverage (ideally 100% of lines, functions, and branches)