django-axes/codecov.yml
Aleksi Häkli 6aa1ce1a8a
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>
2019-02-10 19:22:13 +02:00

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%