mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2024-12-12 10:04:29 +02:00
d7aff47338
* Vendor Thrift dependency * Fix build * Changelog entry * Ignore third_party for coverage purposes * Re-run tests * Re-run tests * Re-run tests * Re-run tests * Relax time comparisons Fixes #1559. Some unit tests were flaking in CI because they expected the timestamp to advance during a test, when it's possible for it to be unchanged instead. This change switches the offending "<" comparisons to "<=". * Re-run tests * Relax more time comparisons * Re-run tests Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
23 lines
438 B
YAML
23 lines
438 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
ignore:
|
|
- "exporters/otlp/internal/opentelemetry-proto-gen/**/*"
|
|
- "exporters/trace/jaeger/internal/gen-go/**/*"
|
|
- "exporters/trace/jaeger/internal/third_party/**/*"
|
|
|
|
coverage:
|
|
precision: 1
|
|
round: down
|
|
range: "70...100"
|
|
status:
|
|
project:
|
|
default:
|
|
target: auto
|
|
threshold: 0.5%
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,tree"
|
|
behavior: default
|
|
require_changes: yes
|