codecov.yml 297 B

12345678910111213141516171819202122
  1. coverage:
  2. precision: 2
  3. round: nearest
  4. range: "60...90"
  5. status:
  6. project:
  7. default:
  8. threshold: 2%
  9. patch:
  10. default:
  11. target: 80%
  12. ignore:
  13. - "**/external/clara.hpp"
  14. - "tests"
  15. codecov:
  16. branch: devel
  17. max_report_age: off
  18. comment:
  19. layout: "diff"