Revision eb0d2f0c019a39f717ce7319a70bc92c280a6d3b authored by Thane Thomson on 18 December 2022, 14:18:31 UTC, committed by Thane Thomson on 18 December 2022, 14:18:31 UTC
Signed-off-by: Thane Thomson <connect@thanethomson.com>
1 parent 763ab86
Raw File
codecov.yml
coverage:
  precision: 2
  round: down
  range: "70...100"
  github_checks:
    annotations: false

  status:
    project:
      default:
        threshold: 1%
    patch: on
    changes: off

comment:
  layout: "diff, files"
  behavior: default
  require_changes: no
  require_base: no
  require_head: yes

ignore:
  - "docs"
  - "DOCKER"
  - "scripts"
  - "**/*.pb.go"
  - "libs/pubsub/query/query.peg.go"
back to top