From d5bc55cfb3e2d9aa2c8d336b6fcf3f07786ca171 Mon Sep 17 00:00:00 2001 From: zhangzheng Date: Mon, 15 Oct 2018 10:18:29 +0800 Subject: [PATCH] Create .codecov.yml --- .codecov.yml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 0000000..0193002 --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,26 @@ + +# +# This codecov.yml is the default configuration for +# all repositories on Codecov. You may adjust the settings +# below in your own codecov.yml in your repository. +# +coverage: + precision: 2 + round: down + range: 70...100 + + status: + # Learn more at https://codecov.io/docs#yaml_default_commit_status + project: + default: + threshold: 10% # allow this much decrease on project + changes: false + +comment: + layout: "header, diff" + behavior: default # update if exists else create new + +ignore: + - "docs" + - "*.md" + - "*.rst"