From ca3eebecbe5e45269254591d8c7d8dcdaa3b27fe Mon Sep 17 00:00:00 2001 From: Caemor <11088935+caemor@users.noreply.github.com> Date: Sat, 23 Jan 2021 16:45:31 +0100 Subject: [PATCH] Try with codecov.yml --- codecov.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..cf6c201 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,15 @@ +coverage: + status: + project: + default: + # basic + target: auto + threshold: 0% + base: auto + flags: + - unit + paths: + - "src" + if_ci_failed: ignore #success, failure, error, ignore + informational: false + only_pulls: false \ No newline at end of file