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:
parent
2a092a19a8
commit
1a658a98e1
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user