mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-27 04:24:45 +00:00
fix(codecov): fix codecov argument and yaml file
Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com>
This commit is contained in:
parent
550b1ca2f8
commit
90377c6f21
12
.github/codecov.yml
vendored
12
.github/codecov.yml
vendored
@ -9,9 +9,9 @@ coverage:
|
||||
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"
|
||||
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"
|
||||
|
2
.github/workflows/checks.yml
vendored
2
.github/workflows/checks.yml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
uses: codecov/codecov-action@v5
|
||||
with:
|
||||
token: ${{ secrets.CODECOV_TOKEN }}
|
||||
file: ./coverage.xml
|
||||
files: ./coverage.xml
|
||||
- name: Run examples
|
||||
run: |
|
||||
for file in docs/examples/*.py; do
|
||||
|
Loading…
Reference in New Issue
Block a user