mirror of
https://github.com/docling-project/docling-eval.git
synced 2026-05-17 13:10:47 +00:00
a469279ee3
* 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>
19 lines
534 B
YAML
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"
|