mirror of
https://github.com/ovh/php-ovh.git
synced 2023-11-05 03:20:26 +01:00
29 lines
445 B
YAML
29 lines
445 B
YAML
|
codecov:
|
||
|
require_ci_to_pass: yes
|
||
|
|
||
|
coverage:
|
||
|
precision: 2
|
||
|
round: down
|
||
|
range: "70...100"
|
||
|
status:
|
||
|
project:
|
||
|
default:
|
||
|
target: auto
|
||
|
threshold: 0%
|
||
|
patch:
|
||
|
default:
|
||
|
target: auto
|
||
|
threshold: 0%
|
||
|
|
||
|
parsers:
|
||
|
gcov:
|
||
|
branch_detection:
|
||
|
conditional: yes
|
||
|
loop: yes
|
||
|
method: no
|
||
|
macro: no
|
||
|
|
||
|
comment:
|
||
|
layout: "reach,diff,flags,tree"
|
||
|
behavior: default
|
||
|
require_changes: false
|