mirror of
https://github.com/fafhrd91/actix-web
synced 2024-11-23 16:21:06 +01:00
ci: fix coverage
This commit is contained in:
parent
d9579cf58a
commit
9553e7afff
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 New Issue
Block a user