Codebase list dnspython / 29b891e3-bcba-4816-afd7-36a4b145daf4/main codecov.yml
29b891e3-bcba-4816-afd7-36a4b145daf4/main

Tree @29b891e3-bcba-4816-afd7-36a4b145daf4/main (Download .tar.gz)

codecov.yml @29b891e3-bcba-4816-afd7-36a4b145daf4/mainraw · history · blame

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