Skip to content

Commit 0cfde73

Browse files
authored
Merge pull request #322 from rust-ndarray/update-coverage-container
Use intel-mkl-system feature to calc coverage
2 parents 20d0f25 + 3c184eb commit 0cfde73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- name: Generate code coverage
3535
run: |
36-
cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
36+
cargo tarpaulin --features=intel-mkl-system --out Xml
3737
- name: Upload to codecov.io
3838
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)