1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +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:
ET 2020-09-10 12:49:08 -07:00 committed by GitHub
parent 0041e2d26e
commit c9726efd60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

15
.github/codecov.yaml vendored
View File

@ -9,16 +9,13 @@ coverage:
precision: 1 precision: 1
round: down round: down
range: "70...100" range: "70...100"
status:
parsers: project:
gcov: default:
branch_detection: target: auto
conditional: yes threshold: 0.5%
loop: yes
method: no
macro: no
comment: comment:
layout: "reach,diff,flags,tree" layout: "reach,diff,flags,tree"
behavior: default behavior: default
require_changes: no require_changes: yes