From 77b42f0f7fc8c2296183d461e8af85d81a8836a0 Mon Sep 17 00:00:00 2001 From: needkane Date: Thu, 19 Sep 2019 19:03:13 +0800 Subject: [PATCH] Create codecov.yml --- codecov.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 0000000..4b3d527 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,24 @@ +coverage: + precision: 2 + round: down + range: "70...100" + + status: + project: + default: + threshold: 1% + patch: on + changes: off + +comment: + layout: "diff, files" + behavior: default + require_changes: no + require_base: no + require_head: yes + +ignore: + - "docs" + - "DOCKER" + - "scripts" + - "**/*.pb.go"