https://github.com/tendermint/tendermint
Raw File
Tip revision: bdbe4a7cd7f5de46e69b95d66facad371f5c59fb authored by Erik Grinaker on 04 January 2021, 15:19:07 UTC
test/e2e: disable abci/grpc and blockchain/v2 due to flake (#5854)
Tip revision: bdbe4a7
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