codecov.yaml 451 B

12345678910111213141516171819202122232425262728
  1. codecov:
  2. require_ci_to_pass: false
  3. coverage:
  4. range: 60..80
  5. round: nearest
  6. precision: 2
  7. status:
  8. project:
  9. default:
  10. target: auto
  11. threshold: 0.5%
  12. paths:
  13. - "src"
  14. patch:
  15. default:
  16. target: 50%
  17. threshold: 0%
  18. informational: true
  19. paths:
  20. - "src"
  21. fixes:
  22. - "*/src/::"
  23. ignore:
  24. - "src/gui/styles/**"
  25. - "src/thirdparty/**"
  26. comment:
  27. require_changes: true