mirror of
https://github.com/docling-project/docling.git
synced 2026-05-17 13:10:38 +00:00
fdca54caf7
Signed-off-by: Georg Heiler <georg.kf.heiler@gmail.com>
64 lines
1.3 KiB
YAML
64 lines
1.3 KiB
YAML
codecov:
|
|
# https://docs.codecov.io/docs/comparing-commits
|
|
require_ci_to_pass: true
|
|
allow_coverage_offsets: true
|
|
coverage:
|
|
status:
|
|
project:
|
|
default:
|
|
informational: true
|
|
target: auto # auto compares coverage to the previous base commit
|
|
if_ci_failed: success
|
|
patch:
|
|
default:
|
|
informational: true
|
|
target: 80%
|
|
if_ci_failed: success
|
|
comment:
|
|
layout: "condensed_header, condensed_files, condensed_footer"
|
|
behavior: default
|
|
require_changes: true
|
|
|
|
component_management:
|
|
default_rules:
|
|
statuses:
|
|
- type: project
|
|
target: auto
|
|
informational: true
|
|
|
|
individual_components:
|
|
- component_id: cli
|
|
name: CLI
|
|
paths:
|
|
- docling/cli/**
|
|
|
|
- component_id: backend
|
|
name: Backend
|
|
paths:
|
|
- docling/backend/**
|
|
|
|
- component_id: datamodel
|
|
name: Datamodel
|
|
paths:
|
|
- docling/datamodel/**
|
|
|
|
- component_id: models
|
|
name: Models
|
|
paths:
|
|
- docling/models/**
|
|
|
|
- component_id: pipelines
|
|
name: Pipelines
|
|
paths:
|
|
- docling/pipeline/**
|
|
|
|
- component_id: service-client
|
|
name: Service Client
|
|
paths:
|
|
- docling/service_client/**
|
|
|
|
- component_id: utilities
|
|
name: Utilities
|
|
paths:
|
|
- docling/utils/**
|