https://github.com/tendermint/tendermint
Raw File
Tip revision: 0ad70fb69aa39b20f35d127c25573c4e169f6f90 authored by Ethan Buchman on 28 August 2019, 13:02:58 UTC
Merge pull request #3926 from tendermint/anton/v0.32.3
Tip revision: 0ad70fb
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