mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-07 05:46:32 +00:00
As a rough measure to keep quality up we want to integrate our code coverage tooling to the point where it is required for changes to be merged. Example taken from https://github.com/cosmos/voyager/blob/develop/codecov.yaml
17 lines
232 B
YAML
17 lines
232 B
YAML
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project: on
|
|
patch: on
|
|
changes: off
|
|
|
|
comment:
|
|
layout: "diff, files"
|
|
behavior: default
|
|
require_changes: no
|
|
require_base: no
|
|
require_head: yes
|