diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d1b7f4b..3d81e14e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,8 @@ jobs: - name: Generate code coverage run: cargo llvm-cov --lcov --output-path lcov.info - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4.0.2 + uses: codecov/codecov-action@v4 with: + disable_safe_directory: true files: lcov.info token: ${{ secrets.CODECOV_TOKEN }}