mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
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>
9 lines
212 B
YAML
9 lines
212 B
YAML
coverage:
|
|
status:
|
|
patch: off
|
|
project:
|
|
default:
|
|
# Minimum test coverage required for pass
|
|
target: 90%
|
|
# Maximum test coverage change allowed for pass
|
|
threshold: 20%
|