Codebase list django-axes / upstream/5.24.0 codecov.yml
upstream/5.24.0

Tree @upstream/5.24.0 (Download .tar.gz)

codecov.yml @upstream/5.24.0raw · history · blame

1
2
3
4
5
6
7
8
9
coverage:
  status:
    patch: off
    project:
      default:
        # Minimum test coverage required for pass
        target: 90%
        # Maximum test coverage change allowed for pass
        threshold: 20%