From 4d654c6fe77be4783528b7d05f4fb01ee314522e Mon Sep 17 00:00:00 2001 From: Ta-Ching Chen Date: Mon, 16 Sep 2019 09:20:49 +0800 Subject: [PATCH] Add codecov config file (#1314) --- .codecov.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..5673ba32 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,14 @@ +ignore: + - "charts" + - "demos" + - "Documentation" + - "examples" + - "test" + - "tools" +coverage: + status: + project: + default: + threshold: 2 + # Disable patch coverage check since we focus on project coverage. + patch: off