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.

29 lines
439 B

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