From e6fbfb010c9d833ff0a82289d4338c40c33eea3d Mon Sep 17 00:00:00 2001 From: laerus Date: Tue, 28 Mar 2017 15:15:58 +0300 Subject: [PATCH] codecov threshold 2% --- codecov.yml | 2 +- news/codecov.rst | 13 +++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 news/codecov.rst diff --git a/codecov.yml b/codecov.yml index a13f72f31c..bab01b9d34 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,4 +2,4 @@ coverage: status: patch: default: - threshold: 5% + threshold: 2% diff --git a/news/codecov.rst b/news/codecov.rst new file mode 100644 index 0000000000..ff7cd1374c --- /dev/null +++ b/news/codecov.rst @@ -0,0 +1,13 @@ +**Added:** None + +**Changed:** + +* Codecov threshold to 2% + +**Deprecated:** None + +**Removed:** None + +**Fixed:** None + +**Security:** None