https://github.com/tendermint/tendermint
Raw File
Tip revision: 18acd77e409f24b6191e3d3488ad5a646ad5d60c authored by Ethan Buchman on 26 July 2018, 23:00:50 UTC
Merge pull request #2076 from tendermint/hotfix/0.22.7
Tip revision: 18acd77
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