https://github.com/tendermint/tendermint
Raw File
Tip revision: 7c0a558bd1efc5116e670240482168b40cc73539 authored by Jasmina Malicevic on 14 November 2022, 12:41:03 UTC
Updated section on current banning
Tip revision: 7c0a558
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