https://github.com/tendermint/tendermint
Revision 7e8d568dbc6d61c48a6bedda778d589e9336a7b8 authored by William Banfield on 26 October 2022, 22:53:36 UTC, committed by William Banfield on 26 October 2022, 22:53:36 UTC
1 parent 6eefce8
Raw File
Tip revision: 7e8d568dbc6d61c48a6bedda778d589e9336a7b8 authored by William Banfield on 26 October 2022, 22:53:36 UTC
tests build after reintroducing send and receive
Tip revision: 7e8d568
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