Skip to content

Commit

Permalink
ci: delete upload doc workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed May 28, 2024
1 parent 26efa64 commit 3ce97ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 43 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/upload-doc.yml

This file was deleted.

0 comments on commit 3ce97ef

Please sign in to comment.