chore_: configure codecov (#6005)

* chore_: configure codecov

* fix_: after_n_builds
This commit is contained in:
Igor Sirotin 2024-10-29 19:11:35 +00:00 committed by GitHub
parent 9240222fbe
commit 768cda8de9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 6 deletions

View File

@ -4,7 +4,8 @@
codecov:
require_ci_to_pass: false
notify:
wait_for_ci: true
wait_for_ci: false
after_n_builds: 2
ignore:
- "_.*"
@ -16,25 +17,25 @@ ignore:
coverage:
status:
project:
default:
informational: true
unit-tests:
target: auto
threshold: 1
flags:
- unit
functional-tests:
threshold: 0.1
target: auto
flags:
- functional
patch:
default:
informational: true
target: 50
unit-tests:
target: auto
informational: true
flags:
- unit
functional-tests:
target: auto
informational: true
flags:
- functional