https://github.com/tendermint/tendermint
Raw File
Tip revision: 90970d0ddc6c0a66e521a5be55f6d60870e8ecfa authored by Ethan Buchman on 24 January 2019, 16:19:52 UTC
fix changelog
Tip revision: 90970d0
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