From 945d9738dc945d44dc56ec773af1631c4696bada Mon Sep 17 00:00:00 2001 From: gaoyunpeng Date: Tue, 8 Jan 2019 14:44:29 +0800 Subject: [PATCH] add codecov settings --- .codecov.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .codecov.yml diff --git a/.codecov.yml b/.codecov.yml new file mode 100644 index 00000000..fcea9e5d --- /dev/null +++ b/.codecov.yml @@ -0,0 +1,16 @@ +coverage: + status: + project: + default: + # basic + target: auto + threshold: null + base: auto + # advanced + branches: null + if_no_uploads: error + if_not_found: success + if_ci_failed: error + only_pulls: false + flags: null + paths: null \ No newline at end of file