mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-01-03 22:52:30 +02:00
Allow up to 0.5% coverage change before failing build (#1162)
Don't bother to add a report unless there has been a coverage change. Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
This commit is contained in:
parent
0041e2d26e
commit
c9726efd60
15
.github/codecov.yaml
vendored
15
.github/codecov.yaml
vendored
@ -9,16 +9,13 @@ coverage:
|
||||
precision: 1
|
||||
round: down
|
||||
range: "70...100"
|
||||
|
||||
parsers:
|
||||
gcov:
|
||||
branch_detection:
|
||||
conditional: yes
|
||||
loop: yes
|
||||
method: no
|
||||
macro: no
|
||||
status:
|
||||
project:
|
||||
default:
|
||||
target: auto
|
||||
threshold: 0.5%
|
||||
|
||||
comment:
|
||||
layout: "reach,diff,flags,tree"
|
||||
behavior: default
|
||||
require_changes: no
|
||||
require_changes: yes
|
||||
|
Loading…
Reference in New Issue
Block a user