.codecov.yml 356 B

123456789101112131415161718192021
  1. codecov:
  2. notify:
  3. after_n_builds: 2
  4. coverage:
  5. round: nearest
  6. # Status will be green when coverage is between 85 and 100%.
  7. range: "85...100"
  8. status:
  9. project:
  10. default:
  11. threshold: 1%
  12. paths:
  13. - "library"
  14. patch:
  15. default:
  16. threshold: 0%
  17. paths:
  18. - "library"
  19. comment: false