Codebase list dnspython / 0f04a8cc-9e26-4f20-9564-8b765fb2e88d/main codecov.yml
0f04a8cc-9e26-4f20-9564-8b765fb2e88d/main

Tree @0f04a8cc-9e26-4f20-9564-8b765fb2e88d/main (Download .tar.gz)

codecov.yml @0f04a8cc-9e26-4f20-9564-8b765fb2e88d/mainraw · history · blame

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