codecov.yml change checkout and build

This commit is contained in:
Ivan Folgueira Bande 2025-10-05 22:27:56 +02:00
parent 1ad6e0142a
commit 8f650761f0
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -13,19 +13,15 @@ jobs:
RUSTFLAGS: -C instrument-coverage RUSTFLAGS: -C instrument-coverage
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - name: Checkout repository
with: uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 # Version 4.2.2
submodules: true
- name: Add llvm-tools-preview component - name: Add llvm-tools-preview component
run: rustup component add llvm-tools-preview run: rustup component add llvm-tools-preview
- name: Checkout submodules - name: Build required binaries
run: git submodule update --init --recursive uses: actions-rs/cargo@9e120dd99b0fbad1c065f686657e914e76bd7b72 # Version 1.0.1
- uses: actions-rs/toolchain@v1
with: with:
profile: minimal command: build
toolchain: nightly-2025-10-01 args: --all-features
override: true
components: llvm-tools-preview
- uses: actions-rs/cargo@v1 - uses: actions-rs/cargo@v1
continue-on-error: true continue-on-error: true
- name: Install cargo-binstall - name: Install cargo-binstall