PX4-Autopilot/codecov.yml
2022-12-19 13:12:42 +01:00

31 lines
431 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: false
github_checks:
annotations: false
ignore:
- "src/examples"
- "src/modules/attitude_estimator_q"
- "src/modules/local_position_estimator"