mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-06 07:50:32 +00:00
24 lines
357 B
YAML
24 lines
357 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
branch: dev-3.x
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,tree"
|
|
behavior: default
|
|
require_changes: no
|
|
branches:
|
|
- dev-3.x
|
|
after_n_builds: 6
|