From f4b8aec86e319f72c28b3eaf95737bcde2bf3870 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Tue, 16 May 2017 16:53:35 +0200 Subject: [PATCH] Add codecov configuration Signed-off-by: Vincent Demeester --- 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 0000000000..82e1ed8018 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,19 @@ +comment: + layout: header, changes, diff, sunburst +coverage: + status: + patch: + default: + target: 50% + only_pulls: true + # project will give us the diff in the total code coverage between a commit + # and its parent + project: + default: + target: auto + threshold: "0.05%" + changes: false +ignore: + - "**/internal/test" + - "vendor/*" + - "cli/compose/schema/bindata.go"