mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-16 05:47:35 +08:00
06db4b9227
This enables minimal coverage testing for multicopters.
31 lines
451 B
YAML
31 lines
451 B
YAML
codecov:
|
|
require_ci_to_pass: yes
|
|
|
|
coverage:
|
|
precision: 2
|
|
round: down
|
|
range: "70...100"
|
|
|
|
status:
|
|
project: yes
|
|
patch: yes
|
|
changes: no
|
|
|
|
parsers:
|
|
gcov:
|
|
branch_detection:
|
|
conditional: yes
|
|
loop: yes
|
|
method: no
|
|
macro: no
|
|
|
|
comment:
|
|
layout: "reach,diff,flags,tree"
|
|
behavior: default
|
|
require_changes: no
|
|
|
|
# fixes:
|
|
# - "platforms/::./platforms/"
|
|
# - "src/::./src/"
|
|
# - "mavlink/::./mavlink/"
|