1
0
Fork 0
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:
Rob Ede 2024-06-10 04:08:10 +01:00
parent d9579cf58a
commit 9553e7afff
No known key found for this signature in database
GPG key ID: 97C636207D3EF933

View file

@ -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