Skip to content

Commit

Permalink
Add coverage badge and try to speed up cacheable things
Browse files Browse the repository at this point in the history
  • Loading branch information
ntjohnson1 committed Dec 27, 2023
1 parent a0064a6 commit bcbdd87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
- name: coverage
run: |
cargo install cargo-tarpaulin
cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10 --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --features=openblas
cargo tarpaulin --engine llvm --follow-exec --post-test-delay 10 --coveralls ${{ secrets.COVERALLS_REPO_TOKEN }} --skip-clean --features=openblas
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Coverage Status](https://coveralls.io/repos/github/ntjohnson1/rusty_tensor/badge.svg?branch=main)](https://coveralls.io/github/ntjohnson1/rusty_tensor?branch=main)

# rusty_tensor
Learning About Using Rust From Python via Tensor Toolbox

Expand Down

0 comments on commit bcbdd87

Please sign in to comment.