https://github.com/tendermint/tendermint
Raw File
Tip revision: e54fdb62046abe5606026e1fd79c293c4f5888d0 authored by Tess Rinearson on 08 April 2021, 17:05:23 UTC
changelog: prepare changelog for 0.34.9 release (#6333)
Tip revision: e54fdb6
codecov.yml
coverage:
  precision: 2
  round: down
  range: "70...100"
  github_checks:
    annotations: false

  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"
  - "libs/pubsub/query/query.peg.go"
back to top