Skip to content

Commit

Permalink
Merge pull request #56 from torrust/coverage-report
Browse files Browse the repository at this point in the history
Show coverage report
  • Loading branch information
josecelano authored Aug 9, 2022
2 parents df87a9d + 2d97cab commit 08c9aab
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test_build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ jobs:
with:
profile: minimal
toolchain: stable
components: llvm-tools-preview
- uses: Swatinem/rust-cache@v1
- uses: taiki-e/install-action@cargo-llvm-cov
- uses: taiki-e/install-action@nextest
- name: Run tests
run: cargo test
run: cargo llvm-cov nextest

build:
needs: test
Expand Down

0 comments on commit 08c9aab

Please sign in to comment.