diff --git a/.github/codecov.yml b/.github/codecov.yml index 944d4a0..a75ce04 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -7,11 +7,12 @@ coverage: default: informational: true target: auto # auto compares coverage to the previous base commit + if_ci_failed: success 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 8b93a56..e64f68c 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