.codecov.yml 189 B

12345678910111213
  1. coverage:
  2. range: "80...100"
  3. status:
  4. project:
  5. default:
  6. threshold: 0.05%
  7. # Files not run by tests
  8. ignore:
  9. - "src/dosinst.c"
  10. - "src/dosinst.h"
  11. - "src/uninstall.c"