From f7e8a912b39752bd18799c1c374c9c1c58cadf56 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Tue, 19 May 2020 14:45:39 +0900 Subject: [PATCH] Add codecov config --- 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..d54a4f9a --- /dev/null +++ b/codecov.yml @@ -0,0 +1,14 @@ +coverage: + status: + project: + default: + threshold: 10% # make CI green + patch: + default: + threshold: 10% # make CI green + +ignore: # ignore codecoverage on following paths + - "examples" + - ".github" + - "**/*.md" + - "**/*.toml"