Skip to content

Commit

Permalink
Try default members on new ubuntu with trybuild overwrite
Browse files Browse the repository at this point in the history
  • Loading branch information
timonv committed Dec 11, 2024
1 parent 16531dd commit 945319c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ env:
jobs:
test:
name: coverage
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- name: Free Disk Space (Ubuntu)
uses: jlumbroso/free-disk-space@main
Expand All @@ -37,6 +37,4 @@ jobs:
tool: cargo-tarpaulin
- name: Generate code coverage
run: |
cargo +nightly tarpaulin --frozen --tests -j 2 --all-features --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN}} --engine llvm --post-test-delay 10 --workspace -e swiftide-macros
- name: Coveralls
uses: coverallsapp/github-action@v2
cargo +nightly tarpaulin --frozen --tests -j 2 --all-features --skip-clean --coveralls ${{ secrets.COVERALLS_REPO_TOKEN}} --engine llvm --post-test-delay 10

0 comments on commit 945319c

Please sign in to comment.