mirror of
https://github.com/SomboChea/ui
synced 2024-11-01 04:04:26 +07:00
chore: add codecov setup (#186)
* chore: add codecov setup * chore: add dump functions * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov * chore: update codecov
This commit is contained in:
parent
8b86ded434
commit
7529c02e58
29
codecov.yml
Normal file
29
codecov.yml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
codecov:
|
||||||
|
require_ci_to_pass: yes
|
||||||
|
|
||||||
|
coverage:
|
||||||
|
precision: 2
|
||||||
|
round: down
|
||||||
|
range: "80...85"
|
||||||
|
|
||||||
|
status:
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
threshold: 1%
|
||||||
|
base: auto
|
||||||
|
patch: no
|
||||||
|
changes: no
|
||||||
|
|
||||||
|
parsers:
|
||||||
|
gcov:
|
||||||
|
branch_detection:
|
||||||
|
conditional: yes
|
||||||
|
loop: yes
|
||||||
|
method: no
|
||||||
|
macro: no
|
||||||
|
|
||||||
|
comment:
|
||||||
|
layout: "diff,flags,tree"
|
||||||
|
behavior: default
|
||||||
|
require_changes: no
|
Loading…
Reference in New Issue
Block a user