diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f62cb1e..f8eea8bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: - name: Generate code coverage if: contains(matrix.os, 'ubuntu') - run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info + run: cargo llvm-cov --lcov --output-path lcov.info - name: Upload coverage to Codecov if: contains(matrix.os, 'ubuntu')