mirror of
https://github.com/civetweb/civetweb
synced 2025-03-28 21:13:27 +00:00

The coverall build is stuck at 0% (0 of 0 relevant lines covered) in some branches, but ok for others. The first warning was, there is no codecov.yml file - so add one. https://docs.codecov.io/docs/codecovyml-reference
21 lines
306 B
YAML
21 lines
306 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: nearest
|
|
range: "70...100"
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,files,footer"
|
|
behavior: default
|
|
require_changes: no
|
|
|