.codecov.yml 379 B

1234567891011121314151617181920212223242526
  1. comment: off
  2. coverage:
  3. status:
  4. project:
  5. default: off
  6. application:
  7. target: 100%
  8. flags: application
  9. modules:
  10. target: auto
  11. flags: modules
  12. system:
  13. target: auto
  14. flags: system
  15. flags:
  16. application:
  17. paths:
  18. - application/
  19. modules:
  20. paths:
  21. - modules/
  22. system:
  23. paths:
  24. - system/