Skip to content

Commit 1c520d3

Browse files
committed
Run cargo-tarpaulin at TOP dir
1 parent c4de856 commit 1c520d3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/rust.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- name: Generate code coverage
3535
run: |
36-
cd ndarray-linalg
37-
cargo tarpaulin --verbose --features=intel-mkl --out Xml
38-
mv *.xml ..
36+
cargo tarpaulin --verbose --features=intel-mkl --out Xml --manifest-path=ndarray-linalg/Cargo.toml
3937
- name: Upload to codecov.io
4038
uses: codecov/codecov-action@v1
4139
with:

0 commit comments

Comments
 (0)