46 lines
730 B
YAML
46 lines
730 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 4
|
|
round: down
|
|
range: "65...90"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.2 #Allow the coverage to drop by threshold%, and posting a success status.
|
|
patch:
|
|
default:
|
|
target: 0% # trial operation
|
|
changes: no
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "header, diff"
|
|
behavior: default
|
|
require_changes: no
|
|
|
|
ignore:
|
|
- "LICENSES"
|
|
- "*_test.go"
|
|
- ".git"
|
|
- "*.yml"
|
|
- "*.md"
|
|
- "cmd/.*"
|
|
- "docs/.*"
|
|
- "vendor/.*"
|
|
- "ddl/failtest/.*"
|
|
- "ddl/testutil/.*"
|
|
- "executor/seqtest/.*"
|
|
- "metrics/.*"
|
|
|