From c74c09006a35eed116851a8564f5958853963118 Mon Sep 17 00:00:00 2001 From: Andrew Rynhard Date: Sun, 28 Apr 2019 06:08:38 -0700 Subject: [PATCH] chore: add codecov configuration file (#587) Signed-off-by: Andrew Rynhard --- .codecov.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 000000000..3a88d4802 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,7 @@ +coverage: + status: + project: + default: + target: 13% + threshold: 0.5% + base: auto