codecov.yml 222 B

1234567891011121314
  1. coverage:
  2. round: down
  3. range: 70..79
  4. status:
  5. project:
  6. default:
  7. informational: true
  8. patch:
  9. default:
  10. informational: true
  11. ignore:
  12. - server/webapi
  13. - state/webapi*
  14. - state/web_api*