Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 15 additions & 3 deletions .github/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ coverage:
default:
target: auto
threshold: 1%
after_n_builds: 3
if_not_found: success
docling-core:
target: auto
Expand Down Expand Up @@ -37,8 +38,21 @@ coverage:
target: auto
threshold: 1%
paths:
- "docling/testing/docling-version-tests/src/main/java/**"
- "docling-testing/docling-version-tests/src/main/java/**"
if_not_found: success
flags:
java17:
paths:
- "!**/test/**"
carryforward: true
java21:
paths:
- "!**/test/**"
carryforward: true
java25:
paths:
- "!**/test/**"
carryforward: true
comment:
layout: "header,diff,flags,tree,footer"
behavior: default
Expand All @@ -49,5 +63,3 @@ ignore:
- "**/test/**"
- "docs/**"
- "buildSrc/**"
- "docling-testcontainers/**"
- "docling-testing/**"
1 change: 1 addition & 0 deletions docs/src/doc/docs/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Docling Java {{ gradle.project_version }} includes important breaking changes, a
### {{ gradle.project_version }}

* **New `docling-bom` module** — A Maven BOM (`ai.docling:docling-bom`) is now published, allowing consumers to align all Docling Java module versions with a single import.
* **Codecov configuration fixes** — Fixed module path mappings, ignore rules, and added per-Java-version coverage flags for accurate coverage reporting across all modules.

### 0.5.1

Expand Down