mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-03 11:45:18 +00:00
- use matrix builds to run multiple test jobs - upload code coverage once not 4 times (produce more accurate codecov reports)
28 lines
407 B
YAML
28 lines
407 B
YAML
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"
|