github.com/noirx94/tendermintmp@v0.0.1/codecov.yml (about)

     1  coverage:
     2    precision: 2
     3    round: down
     4    range: "70...100"
     5    github_checks:
     6      annotations: false
     7  
     8    status:
     9      project:
    10        default:
    11          threshold: 1%
    12      patch: on
    13      changes: off
    14  
    15  comment:
    16    layout: "diff, files"
    17    behavior: default
    18    require_changes: no
    19    require_base: no
    20    require_head: yes
    21  
    22  ignore:
    23    - "docs"
    24    - "DOCKER"
    25    - "scripts"
    26    - "**/*.pb.go"
    27    - "libs/pubsub/query/query.peg.go"