mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-03-18 14:52:53 +00:00
33 lines
487 B
YAML
33 lines
487 B
YAML
codecov:
|
|
notify:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "80...100"
|
|
|
|
status:
|
|
project:
|
|
default:
|
|
threshold: 0.5%
|
|
patch:
|
|
default:
|
|
threshold: 50%
|
|
changes: no
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "diff, flags, files"
|
|
behavior: default
|
|
require_changes: yes
|
|
require_base: no
|
|
require_head: yes
|
|
branches: null
|