Skip to content

Commit

Permalink
Merge pull request #322 from rust-ndarray/update-coverage-container
Browse files Browse the repository at this point in the history
Use intel-mkl-system feature to calc coverage
  • Loading branch information
termoshtt committed Aug 30, 2022
2 parents 20d0f25 + 3c184eb commit 0cfde73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Expand Up @@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v2
- name: Generate code coverage
run: |
cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
cargo tarpaulin --features=intel-mkl-system --out Xml
- name: Upload to codecov.io
uses: codecov/codecov-action@v1

0 comments on commit 0cfde73

Please sign in to comment.