https://github.com/tendermint/tendermint
Raw File
Tip revision: dbf4062acd626716a37817f54550dd3776425caa authored by Ethan Buchman on 15 July 2019, 16:25:35 UTC
Merge pull request #3807 from tendermint/release/v0.32.1
Tip revision: dbf4062
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