From 6aa1ce1a8af9e9557c5ba7648ce6d87c28c26d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksi=20Ha=CC=88kli?= Date: Sun, 10 Feb 2019 19:19:10 +0200 Subject: [PATCH] Raise minimum test coverage to 90% MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As we aim for a stable production grade package we should strive to have the code base tested comprehensively to root out any bugs in the implementations that are offered. Signed-off-by: Aleksi Häkli --- CHANGES.txt | 2 ++ codecov.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGES.txt b/CHANGES.txt index 6170d97..776cd55 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -29,6 +29,8 @@ Changes - Drop old single-argument signature format for ``AXES_USERNAME_CALLABLE``. [aleksihakli] +- Improve tests and raise Codecov monitoring threshold to 90%. + [aleksihakli] 4.5.4 (2019-01-15) ------------------ diff --git a/codecov.yml b/codecov.yml index acf7e14..2d3df9b 100644 --- a/codecov.yml +++ b/codecov.yml @@ -4,6 +4,6 @@ coverage: project: default: # Minimum test coverage required for pass - target: 80% + target: 90% # Maximum test coverage change allowed for pass threshold: 20%