mirror of
https://github.com/actix/actix-web.git
synced 2024-11-25 02:51:15 +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:
|
with:
|
||||||
components: llvm-tools-preview
|
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
|
uses: taiki-e/install-action@v2.38.0
|
||||||
with:
|
with:
|
||||||
tool: just,cargo-llvm-cov
|
tool: just,cargo-llvm-cov,cargo-nextest
|
||||||
|
|
||||||
- name: Generate code coverage
|
- name: Generate code coverage
|
||||||
run: just test-coverage-codecov
|
run: just test-coverage-codecov
|
||||||
|
|
Loading…
Reference in a new issue