diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dfed764..5895d20 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -199,14 +199,14 @@ jobs: uses: actions/download-artifact@v4 with: name: coverage-${{ matrix.build_os }} - path: build + path: _coverage - name: Upload coverage uses: codecov/codecov-action@v4 with: disable_search: true fail_ci_if_error: true - files: ./build/coverage.xml + files: ./_coverage/coverage.xml flags: ${{ matrix.flag }} token: ${{ secrets.CODECOV_TOKEN }} verbose: true