https://github.com/tendermint/tendermint
Raw File
Tip revision: 4fe74101afac0b8c6fb88b9b610c5fea312fb331 authored by William Banfield on 04 August 2022, 21:48:37 UTC
DOCKER: use go 1.18
Tip revision: 4fe7410
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