From f0ea81335bafc36f8ef067076d23e51fdfd9f9de Mon Sep 17 00:00:00 2001 From: Nikita Lutsenko Date: Thu, 28 Apr 2016 01:30:33 -0700 Subject: [PATCH] Add default CodeCov configuration. --- .codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..23acbc5 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,12 @@ +coverage: + comment: off + ignore: + - Tests/* + status: + project: + default: + target: 60 + patch: + default: off + changes: + default: off