diff --git a/.coverage b/.coverage new file mode 100644 index 00000000..fc129f1f --- /dev/null +++ b/.coverage @@ -0,0 +1,10 @@ +# Coverage requirement configuration for falcon, enforced in CIVET testing +# +# Valid configuration options: +# - require_new: Requires this percentage of coverage for new lines added +# - require_total: Requires this percentage of total coverage +# - warn_new: Warns below this percentage of coverage for new lines added + +[default] +require_total = 85 +warn_new = 90