Update testing to check coverage in pipeline templates
Update pipeline to check coverage, for any file:
- fail if <80%
- warn if <90%
- show all offenders in the output before failing or warning
This should be added into the makefile by itself or added to make coverage
depending on what makes the most sense.
Edited by Andrew Shoell