Skip to content

Commit

Permalink
New attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
macladson committed Nov 7, 2023
1 parent ddbfad7 commit 5f92344
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
toolchain: stable
override: true
- name: Get latest version of stable Rust
run: rustup update stable
- name: Install cargo-tarpaulin
run: cargo install cargo-tarpaulin
- name: Check code coverage with cargo-tarpaulin
run: actions-rs/tarpaulin@v0.1
run: cargo-tarpaulin --workspace --all-features --out xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit 5f92344

Please sign in to comment.