File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,15 +43,15 @@ jobs:
4343
4444 - name : Run coverage for native-tokio
4545 run : |
46+ mkdir -p coverage-raw
4647 cargo tarpaulin \
4748 --package oo7 \
4849 --lib \
4950 --features "tracing,tokio" \
5051 --ignore-panics \
5152 --out Lcov \
52- --output-dir coverage-raw \
53- --lcov-output-path coverage-raw/native-tokio.lcov \
54- -- --skip dbus
53+ --output-dir coverage-raw
54+ mv coverage-raw/lcov.info coverage-raw/native-tokio.lcov
5555
5656 - name : Run coverage for openssl-async-std
5757 run : |
6161 --features "tracing,async-std,openssl" \
6262 --ignore-panics \
6363 --out Lcov \
64- --output-dir coverage-raw \
65- --lcov-output-path coverage-raw/openssl-async-std.lcov \
66- -- --skip dbus
64+ --output-dir coverage-raw
65+ mv coverage-raw/lcov.info coverage-raw/openssl-async-std.lcov
6766
6867 - name : Install grcov for merging coverage
6968 uses : taiki-e/install-action@v2
You can’t perform that action at this time.
0 commit comments