From 90377c6f211150dda5cb4308fdaa61777780c970 Mon Sep 17 00:00:00 2001 From: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> Date: Tue, 15 Apr 2025 16:18:44 +0200 Subject: [PATCH] fix(codecov): fix codecov argument and yaml file Signed-off-by: Cesar Berrospi Ramis <75900930+ceberam@users.noreply.github.com> --- .github/codecov.yml | 12 ++++++------ .github/workflows/checks.yml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 944d4a07..acbd64c0 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -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" diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 8b93a565..e64f68cc 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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