https://github.com/tendermint/tendermint
Raw File
Tip revision: 52c4e15eb25e8a3d6e77f90239710de3655d4ec6 authored by Ismail Khoffi on 14 March 2019, 15:07:06 UTC
changelog: more review fixes/release/v0.31.0 (#3427)
Tip revision: 52c4e15
codecov.yml
coverage:
  precision: 2
  round: down
  range: "70...100"

  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"
back to top