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.

27 lines
407 B

  1. coverage:
  2. precision: 2
  3. round: down
  4. range: "70...100"
  5. github_checks:
  6. annotations: false
  7. status:
  8. project:
  9. default:
  10. threshold: 1%
  11. patch: on
  12. changes: off
  13. comment:
  14. layout: "diff, files"
  15. behavior: default
  16. require_changes: no
  17. require_base: no
  18. require_head: yes
  19. ignore:
  20. - "docs"
  21. - "DOCKER"
  22. - "scripts"
  23. - "**/*.pb.go"
  24. - "libs/pubsub/query/query.peg.go"