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:
Cesar Berrospi Ramis 2025-04-15 16:18:44 +02:00
parent 550b1ca2f8
commit 90377c6f21
2 changed files with 7 additions and 7 deletions

12
.github/codecov.yml vendored
View File

@ -9,9 +9,9 @@ coverage:
target: auto # auto compares coverage to the previous base commit target: auto # auto compares coverage to the previous base commit
flags: flags:
- docling - docling
comment: comment:
layout: "reach, diff, flags, files" layout: "reach, diff, flags, files"
behavior: default behavior: default
require_changes: false # if true: only post the comment if coverage changes require_changes: false # if true: only post the comment if coverage changes
branches: # branch names that can post comment branches: # branch names that can post comment
- "main" - "main"

View File

@ -46,7 +46,7 @@ jobs:
uses: codecov/codecov-action@v5 uses: codecov/codecov-action@v5
with: with:
token: ${{ secrets.CODECOV_TOKEN }} token: ${{ secrets.CODECOV_TOKEN }}
file: ./coverage.xml files: ./coverage.xml
- name: Run examples - name: Run examples
run: | run: |
for file in docs/examples/*.py; do for file in docs/examples/*.py; do