mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-29 05:24:28 +00:00
18 lines
511 B
YAML
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"
|