opentelemetry-dotnet/.github/codecov.yml

55 lines
776 B
YAML

codecov:
require_ci_to_pass: no
coverage:
precision: 2
round: down
range: "70...100"
status:
project: off
patch: off
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,tree"
behavior: default
require_changes: no
ignore:
- "**.md"
- ".github"
- ".vscode"
- "build"
- "docs"
- "examples"
- "src/Shared"
- "test"
flags:
unittests-Solution:
carryforward: true
paths:
- src
unittests-Project-Stable:
carryforward: true
paths:
- src
unittests-Project-Experimental:
carryforward: true
paths:
- src
unittests-UnstableCoreLibraries-Experimental:
carryforward: true
paths:
- src