https://github.com/tendermint/tendermint
Raw File
Tip revision: 4930b61a381b9fb9bc530eb5deb56ea6429a1c3a authored by Ethan Buchman on 06 April 2018, 20:19:09 UTC
Merge pull request #1431 from tendermint/release/v0.18.0
Tip revision: 4930b61
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"
back to top