mirror of
https://github.com/actix/actix-web.git
synced 2024-11-10 19:01:05 +00:00
ci: fix coverage
This commit is contained in:
parent
d9579cf58a
commit
9553e7afff
1 changed files with 2 additions and 2 deletions
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
|
@ -22,10 +22,10 @@ jobs:
|
|||
with:
|
||||
components: llvm-tools-preview
|
||||
|
||||
- name: Install just,cargo-llvm-cov
|
||||
- name: Install just, cargo-llvm-cov, cargo-nextest
|
||||
uses: taiki-e/install-action@v2.38.0
|
||||
with:
|
||||
tool: just,cargo-llvm-cov
|
||||
tool: just,cargo-llvm-cov,cargo-nextest
|
||||
|
||||
- name: Generate code coverage
|
||||
run: just test-coverage-codecov
|
||||
|
|
Loading…
Reference in a new issue