Codebase list dnspython / debian/2.0.0-1 codecov.yml
debian/2.0.0-1

Tree @debian/2.0.0-1 (Download .tar.gz)

codecov.yml @debian/2.0.0-1raw · history · blame

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