Codebase list dnspython / 3e65aa20-7f76-447c-bb96-d4a71d7216d1/main codecov.yml
3e65aa20-7f76-447c-bb96-d4a71d7216d1/main

Tree @3e65aa20-7f76-447c-bb96-d4a71d7216d1/main (Download .tar.gz)

codecov.yml @3e65aa20-7f76-447c-bb96-d4a71d7216d1/mainraw · history · blame

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