Codebase list dnspython / upstream/2.0.0 codecov.yml
upstream/2.0.0

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

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

coverage:
  status:
    project:
      default:
        target: auto
        threshold: 2%
    patch:
      default:
        target: 85%
        threshold: 2%
ignore:
  - 'tests/*'
  - 'examples/*'
  - 'doc/*'
  - 'setup.py'