Skip to content

Commit cfeca7d

Browse files
committed
cd
1 parent e693982 commit cfeca7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/rust.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
- uses: actions/checkout@v2
3434
- name: Generate code coverage
3535
run: |
36-
cargo tarpaulin --verbose --features=intel-mkl --workspace --timeout 120 --out Xml
36+
cd ndarray-linalg
37+
cargo tarpaulin --verbose --features=intel-mkl --out Xml
38+
mv *.xml ..
3739
- name: Upload to codecov.io
3840
uses: codecov/codecov-action@v1
3941
with:

0 commit comments

Comments
 (0)