Raise minimum test coverage to 90%

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 <aleksi.hakli@iki.fi>
This commit is contained in:
Aleksi Häkli 2019-02-10 19:19:10 +02:00
parent fa7f35dda5
commit 6aa1ce1a8a
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE
2 changed files with 3 additions and 1 deletions

View file

@ -29,6 +29,8 @@ Changes
- Drop old single-argument signature format for ``AXES_USERNAME_CALLABLE``. - Drop old single-argument signature format for ``AXES_USERNAME_CALLABLE``.
[aleksihakli] [aleksihakli]
- Improve tests and raise Codecov monitoring threshold to 90%.
[aleksihakli]
4.5.4 (2019-01-15) 4.5.4 (2019-01-15)
------------------ ------------------

View file

@ -4,6 +4,6 @@ coverage:
project: project:
default: default:
# Minimum test coverage required for pass # Minimum test coverage required for pass
target: 80% target: 90%
# Maximum test coverage change allowed for pass # Maximum test coverage change allowed for pass
threshold: 20% threshold: 20%