1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

ci: delete upload doc workflow

This commit is contained in:
Rob Ede
2024-05-28 01:21:23 +01:00
parent 26efa64278
commit 3ce97effa2
2 changed files with 2 additions and 43 deletions

View File

@ -22,10 +22,10 @@ jobs:
with:
components: llvm-tools-preview
- name: Install cargo-llvm-cov
- name: Install just,cargo-llvm-cov
uses: taiki-e/install-action@v2.33.34
with:
tool: cargo-llvm-cov
tool: just,cargo-llvm-cov
- name: Generate code coverage
run: cargo llvm-cov --workspace --all-features --codecov --output-path codecov.json