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 ef22df9 commit 0f3f07fCopy full SHA for 0f3f07f
.github/workflows/ci.yaml
@@ -88,7 +88,8 @@ jobs:
88
- name: Run coverage
89
if: runner.os == 'Linux'
90
run: |
91
- cargo tarpaulin --out Xml --timeout 200
+ cd crates/libmwemu
92
+ cargo tarpaulin --output-dir ../../ --out Xml --timeout 200
93
94
- name: Upload coverage reports to Codecov
95
0 commit comments