Codebase list dnspython / fresh-snapshots/main codecov.yml
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

codecov.yml @fresh-snapshots/mainraw · history · blame

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