iced/.github/codecov.yml

30 lines
460 B
YAML
Raw Normal View History

2020-10-20 21:17:11 +00:00
codecov:
require_ci_to_pass: yes
coverage:
status:
project:
default:
2020-11-15 22:50:18 +00:00
target: 0%
threshold: 0%
base: auto
flags:
- unit
2020-10-20 21:17:11 +00:00
informational: true
precision: 2
round: down
2020-11-15 22:50:18 +00:00
range: "0...100"
2020-10-20 21:17:11 +00:00
parsers:
gcov:
branch_detection:
conditional: yes
loop: yes
method: no
macro: no
comment:
layout: "reach,diff,flags,files,footer"
behavior: default
require_changes: no