docling/.github/codecov.yml
Michele Dolfi 5175048ab4 add coverage calculation and push
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
2025-04-14 13:08:23 +02:00

18 lines
511 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
flags:
- docling
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"