From ca7cd1fd67832cfa8933d4daee33b6a3a845be78 Mon Sep 17 00:00:00 2001 From: Roman Date: Tue, 17 Sep 2024 12:44:41 +0800 Subject: [PATCH] fix: add LLVM profile file --- .github/workflows/my_codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/my_codecov.yml b/.github/workflows/my_codecov.yml index c98cfb8f0..12cee3aca 100644 --- a/.github/workflows/my_codecov.yml +++ b/.github/workflows/my_codecov.yml @@ -10,8 +10,9 @@ name: My Codecov 3 jobs: tests: env: - RUSTFLAGS: -C instrument-coverage CARGO_INCREMENTAL: 0 + RUSTFLAGS: "-C instrument-coverage" + LLVM_PROFILE_FILE: "nomos-node-%p-%m.profraw" runs-on: ubuntu-latest steps: - uses: actions/checkout@v3