Summary
Allow configuration of target coverage per file in a set of paths / directory.
Description
Currently, we can configure a target coverage for a directory, which seems to take the avg of lines covered per file in said directory. We would like to also ensure that no individual file has less than x% coverage.
Examples
coverage:
status:
project:
components:
target: 75%
per-file-target: 70% # this would ensure no file in components/ has less than 70% coverage
paths:
- components/