From 3d973ff30e3f058166797f286d3faf9e20e82134 Mon Sep 17 00:00:00 2001 From: Ivan Folgueira Bande Date: Mon, 6 Oct 2025 15:07:10 +0200 Subject: [PATCH] use stable rust action codecov.yml --- .github/workflows/codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 082984e..bd711a5 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -19,11 +19,11 @@ jobs: - name: Checkout code uses: actions/checkout@v4 - # Install Rust toolchain (nightly required for coverage) + # Install Rust toolchain (stable) - name: Set up Rust uses: dtolnay/rust-toolchain@stable with: - toolchain: nightly + toolchain: stable components: llvm-tools-preview # Build and test with coverage instrumentation