https://github.com/tendermint/tendermint
Raw File
Tip revision: ffe5c564b76b9a6b3772ea60f1f100a66728c89d authored by M. J. Fromberger on 17 February 2022, 20:18:19 UTC
consensus: start the timeout ticker before replay (backport #7844)
Tip revision: ffe5c56
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