Skip to content

Commit

Permalink
Merge pull request #298 from LGFae/remove-codecoverage-from-ci
Browse files Browse the repository at this point in the history
remove llvm-cov from CI
  • Loading branch information
LGFae authored May 2, 2024
2 parents 3ee69e3 + 06bf259 commit ad88953
Showing 1 changed file with 2 additions and 19 deletions.
21 changes: 2 additions & 19 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,26 +15,9 @@ jobs:
- uses: actions/checkout@v4
- uses: mozilla-actions/[email protected]
- uses: dtolnay/rust-toolchain@nightly
with:
components: llvm-tools-preview
- uses: taiki-e/install-action@cargo-nextest
- uses: taiki-e/install-action@cargo-llvm-cov
- name: Run tests
run: cargo llvm-cov --workspace --locked nextest --html
- name: Upload test report
uses: actions/upload-artifact@v3
if: always()
with:
name: report
path: target/nextest/default/report.xml
retention-days: 30
- name: Upload coverage results
uses: actions/upload-artifact@v3
if: always()
with:
name: coverage
path: target/llvm-cov/
retention-days: 30
- run: cargo build --workspace --locked --verbose
- run: cargo nextest run --workspace --locked

stable:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ad88953

Please sign in to comment.