You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.codecov.yml 801B

1234567891011121314151617
  1. coverage:
  2. range: 80..100
  3. round: down
  4. precision: 2
  5. status:
  6. project: # measuring the overall project coverage
  7. default: # context, you can create multiple ones with custom titles
  8. enabled: yes # must be yes|true to enable this status
  9. target: 95% # specify the target coverage for each commit status
  10. # option: "auto" (must increase from parent commit or pull request base)
  11. # option: "X%" a static target percentage to hit
  12. if_not_found: success # if parent is not found report status as success, error, or failure
  13. if_ci_failed: error # if ci fails report status as success, error, or failure
  14. ignore:
  15. - internal/readme/readme.go