ci: set the codecov status to success even if the CI fails

Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
Cesar Berrospi Ramis 2025-04-15 16:33:33 +02:00
parent 90377c6f21
commit 899d48a3bd

1
.github/codecov.yml vendored
View File

@ -7,6 +7,7 @@ coverage:
default: default:
informational: true informational: true
target: auto # auto compares coverage to the previous base commit target: auto # auto compares coverage to the previous base commit
if_ci_failed: success
flags: flags:
- docling - docling
comment: comment: