diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 892a531..69b96ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,7 +32,7 @@ jobs: run: cargo clippy --all-targets --all-features - name: Compile check run: cargo check --all-targets --all-features - - name: Run tests & Generate code coverage + - name: Run tests and Generate code coverage run: cargo llvm-cov --all-features --workspace --codecov --output-path lcov.info - name: Archive code coverage results uses: actions/upload-artifact@v4