Files
docling-eval/.github/codecov.yml
T
Michele Dolfi a469279ee3 ci: Refactor using uv for dependencies and add package CD (#113)
* refactor for using uv

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* fix deprecated classifier

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* missing uv.lock

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

* move xmltodict to deps

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>

---------

Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2025-05-28 11:01:27 +02:00

19 lines
534 B
YAML

codecov:
# https://docs.codecov.io/docs/comparing-commits
allow_coverage_offsets: true
coverage:
status:
project:
default:
informational: true
target: auto # auto compares coverage to the previous base commit
if_ci_failed: success
flags:
- docling-eval
comment:
layout: "reach, diff, flags, files"
behavior: default
require_changes: false # if true: only post the comment if coverage changes
branches: # branch names that can post comment
- "main"