https://github.com/tendermint/tendermint
Raw File
Tip revision: 131c43af4d058f6f4c2262a1a78823e9fb938d96 authored by Lasaro Camargos on 16 November 2022, 13:42:48 UTC
Merge branch 'main' into lasarojc-patch-2
Tip revision: 131c43a
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