mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-06-28 07:30:34 +08:00
codecov notification changes
- require the reporting of 5 builds to try and prevent Github actions + Jenkins race condition - don't report if there's no change
This commit is contained in:
+4
-1
@@ -1,5 +1,8 @@
|
||||
codecov:
|
||||
require_ci_to_pass: yes
|
||||
notify:
|
||||
after_n_builds: 5
|
||||
wait_for_ci: yes
|
||||
|
||||
coverage:
|
||||
precision: 2
|
||||
@@ -22,7 +25,7 @@ parsers:
|
||||
comment:
|
||||
layout: "reach,diff,flags,tree"
|
||||
behavior: default
|
||||
require_changes: no
|
||||
require_changes: yes
|
||||
|
||||
ignore:
|
||||
- "src/examples"
|
||||
|
||||
Reference in New Issue
Block a user