From e83f78a01c480cee6b615d6a440b30c867efee62 Mon Sep 17 00:00:00 2001 From: Ivelin Ivanov Date: Tue, 21 Apr 2020 11:50:43 -0500 Subject: [PATCH] fix: codecov commit comments --- codecov.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..072d314e --- /dev/null +++ b/codecov.yml @@ -0,0 +1,19 @@ +coverage: + status: + project: + default: + # basic + target: auto + threshold: 0% + base: auto + flags: + - unit + paths: + - "src" + # advanced + branches: + - master + if_not_found: error + if_ci_failed: error + informational: False + only_pulls: false \ No newline at end of file