slco-2016 / clientcomm

A communications platform for case managers in the Criminal Justice System.
https://clientcomm.org/
Other
10 stars 3 forks source link

Increase "patch" error threshold to 20% coverage delta #338

Closed tdooner closed 7 years ago

tdooner commented 7 years ago

The "codecov/patch" suite fails if the coverage decreases beyond a certain point in a given pull request. This seems useful, but way too flaky for the default value, whatever it is.

I think 20% will accomplish catching any accidental test suite removals without being too onerous on a given PR.