mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
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:
parent
fa7f35dda5
commit
6aa1ce1a8a
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
||||||
------------------
|
------------------
|
||||||
|
|
|
||||||
|
|
@ -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%
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue