From 0506ca3ccc49555692e8e2c0c17e01837bd9e286 Mon Sep 17 00:00:00 2001 From: Grzegorz Prusak Date: Thu, 28 Sep 2023 19:12:40 +0200 Subject: [PATCH] clang --- .github/workflows/coverage.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 9ab91b65..a38ffaef 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -22,10 +22,10 @@ jobs: working-directory: ./node steps: - - name: Collect Workflow Telemetry - uses: runforesight/workflow-telemetry-action@v1 - uses: actions/checkout@v3 - uses: mozilla-actions/sccache-action@v0.0.3 + - name: Install LLVM and Clang + uses: KyleMayes/install-llvm-action@v1.8.3 - uses: actions-rs/toolchain@v1 with: toolchain: stable @@ -37,10 +37,10 @@ jobs: env: RUST_LOG: 'network=trace,sync_blocks=trace,consensus=trace' - - name: Upload to codecov.io - uses: codecov/codecov-action@v1.0.2 - with: - token: ${{secrets.CODECOV_TOKEN}} + #- name: Upload to codecov.io + # uses: codecov/codecov-action@v1.0.2 + # with: + # token: ${{secrets.CODECOV_TOKEN}} - name: Archive code coverage results uses: actions/upload-artifact@v1