From 96b8bd8f3554ad254bf165f5637d8dc7e248fbd8 Mon Sep 17 00:00:00 2001 From: Reuben Olinsky Date: Thu, 12 Apr 2018 09:58:42 -0700 Subject: [PATCH] Add yaml config for codecov --- codecov.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..69675a0 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,9 @@ +coverage: + precision: 1 + round: down + status: + patch: + default: + enabled: True + target: 0% + threshold: 2%