.codecov.yml 279 B

123456789101112131415161718
  1. codecov:
  2. strict_yaml_branch: master
  3. coverage:
  4. round: up
  5. precision: 2
  6. status:
  7. project:
  8. default:
  9. target: "70%"
  10. informational: true
  11. patch: # temporarily disabled
  12. default:
  13. target: "70%"
  14. informational: true
  15. comment: false