Skip to content

Commit 0f3f07f

Browse files
committed
ci updated
1 parent ef22df9 commit 0f3f07f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,8 @@ jobs:
8888
- name: Run coverage
8989
if: runner.os == 'Linux'
9090
run: |
91-
cargo tarpaulin --out Xml --timeout 200
91+
cd crates/libmwemu
92+
cargo tarpaulin --output-dir ../../ --out Xml --timeout 200
9293
9394
- name: Upload coverage reports to Codecov
9495
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)