1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-23 15:51:06 +01:00

ci: fix coverage

This commit is contained in:
Rob Ede 2024-06-20 03:04:20 +01:00
parent 2a092a19a8
commit 1a658a98e1
No known key found for this signature in database
GPG Key ID: 97C636207D3EF933

View File

@ -29,10 +29,10 @@ jobs:
with:
components: llvm-tools-preview
- name: Install cargo-llvm-cov
- name: Install just, cargo-llvm-cov
uses: taiki-e/install-action@v2.38.0
with:
tool: cargo-llvm-cov
tool: just,cargo-llvm-cov
- name: Generate code coverage
run: just test-coverage-codecov