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.
1 parent c4de856 commit 1c520d3Copy full SHA for 1c520d3
.github/workflows/rust.yml
@@ -33,9 +33,7 @@ jobs:
33
- uses: actions/checkout@v2
34
- name: Generate code coverage
35
run: |
36
- cd ndarray-linalg
37
- cargo tarpaulin --verbose --features=intel-mkl --out Xml
38
- mv *.xml ..
+ cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
39
- name: Upload to codecov.io
40
uses: codecov/codecov-action@v1
41
with:
0 commit comments