use stable rust action codecov.yml

This commit is contained in:
Ivan Folgueira Bande 2025-10-06 15:07:10 +02:00
parent ba67be7ba2
commit 3d973ff30e
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -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