From 9a30ea51590859f559955ce59c75e1c4df14278e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Mon, 6 Apr 2020 18:47:04 +0200 Subject: [PATCH] Allow bigger drops on code coverage. --- codecov.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 codecov.yml diff --git a/codecov.yml b/codecov.yml new file mode 100644 index 00000000..34acb532 --- /dev/null +++ b/codecov.yml @@ -0,0 +1,8 @@ +comment: + require_changes: true # Only post a comment if coverage changes. + +coverage: + status: + project: + default: + threshold: 5% \ No newline at end of file