From b2a2257b427273afa1c81f65a7c684a8af951ad5 Mon Sep 17 00:00:00 2001 From: John Lettman Date: Mon, 12 Aug 2024 00:42:10 -0400 Subject: [PATCH] github: fix grcov --- .github/actions-rs/grcov.yml | 2 ++ .github/workflows/ci.yaml | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 .github/actions-rs/grcov.yml diff --git a/.github/actions-rs/grcov.yml b/.github/actions-rs/grcov.yml new file mode 100644 index 0000000..dbe2786 --- /dev/null +++ b/.github/actions-rs/grcov.yml @@ -0,0 +1,2 @@ +output-type: lcov +output-file: ./lcov.info \ No newline at end of file diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index c81ebfd..aeb3d5c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,9 +29,6 @@ jobs: RUSTDOCFLAGS: '-Zprofile -Ccodegen-units=1 -Cinline-threshold=0 -Clink-dead-code -Coverflow-checks=off -Cpanic=abort -Zpanic_abort_tests' - name: rust-grcov uses: actions-rs/grcov@v0.1 - with: - output-type: lcov - output-file: ./lcov.info - name: Codecov uses: codecov/codecov-action@v4 env: