]> git.proxmox.com Git - ceph.git/blame - ceph/src/jaegertracing/opentelemetry-cpp/.github/.codecov.yaml
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / .github / .codecov.yaml
CommitLineData
1e59de90
TL
1codecov:
2 require_ci_to_pass: false
3 max_report_age: off
4
5coverage:
6 precision: 2
7 round: up
8 range: "80...100"
9 status:
10 project:
11 default:
12 informational: true
13 target: auto
14 threshold: 10%
15 patch: false
16
17parsers:
18 gcov:
19 branch_detection:
20 conditional: yes
21 loop: yes
22 method: no
23 macro: no
24
25comment:
26 layout: "reach,diff,flags,tree"
27 behavior: default
28 require_changes: false
29
30# Relative file path fixing.
31# CI file paths must match Git file paths.
32# This fix removes the "/home/runner/" prefix
33# to coverage report file paths.
34fixes:
35 - "/home/runner/::"
36
37ignore:
38 - "docs/**/*"
39 - "docker/**/*"
40 - "examples/**/*"
41 - "**/test/**/*"
42 - "**.md"