https://github.com/tendermint/tendermint
Revision 100078ca056f714a3cef5af826ff018af296b897 authored by Jonathan Gimeno on 02 December 2019, 10:20:23 UTC, committed by Anton Kaliaev on 02 December 2019, 10:20:23 UTC
1 parent 5527821
Raw File
Tip revision: 100078ca056f714a3cef5af826ff018af296b897 authored by Jonathan Gimeno on 02 December 2019, 10:20:23 UTC
cli: add `--cs.create_empty_blocks_interval` flag (#4205)
Tip revision: 100078c
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