Revision 9cd4cfed6bd60327cb0d29d374fa79aef0e24903 authored by Anca Zamfir on 15 December 2021, 01:09:02 UTC, committed by Anca Zamfir on 15 December 2021, 01:09:02 UTC
1 parent 2801a2b
Raw File
codecov.yml
coverage:
  precision: 2
  round: down
  range: "70...100"
  status:
    project:
      default:
        threshold: 20%
    patch: off
    changes: off

github_checks:
  annotations: false

comment: false

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