We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 20d0f25 + 3c184eb commit 0cfde73Copy full SHA for 0cfde73
.github/workflows/rust.yml
@@ -33,6 +33,6 @@ jobs:
33
- uses: actions/checkout@v2
34
- name: Generate code coverage
35
run: |
36
- cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
+ cargo tarpaulin --features=intel-mkl-system --out Xml
37
- name: Upload to codecov.io
38
uses: codecov/codecov-action@v1
0 commit comments