You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
46 lines
760 B
46 lines
760 B
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/.*"
|
|
- "expression/generator/.*"
|
|
|
|
|