File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 --ignore-panics \
6565 --out Lcov \
6666 --output-dir coverage-raw
67- mv coverage-raw/lcov.info coverage-raw/native-tokio.lcov
67+ mv coverage-raw/lcov.info coverage-raw/native-tokio.info
6868
6969 - name : Run coverage for openssl-async-std
7070 run : |
7676 --ignore-panics \
7777 --out Lcov \
7878 --output-dir coverage-raw
79- mv coverage-raw/lcov.info coverage-raw/openssl-async-std.lcov
79+ mv coverage-raw/lcov.info coverage-raw/openssl-async-std.info
8080
8181 - name : Install grcov for merging coverage
8282 uses : taiki-e/install-action@v2
@@ -88,10 +88,10 @@ jobs:
8888 mkdir -p site/coverage
8989
9090 # Merge LCOV files
91- cat coverage-raw/*.lcov > coverage-raw/combined.lcov
91+ cat coverage-raw/*.info > coverage-raw/combined.info
9292
9393 # Generate HTML report with grcov
94- grcov coverage-raw/combined.lcov \
94+ grcov coverage-raw/combined.info \
9595 --binary-path target/debug/ \
9696 --source-dir . \
9797 --output-type html \
You can’t perform that action at this time.
0 commit comments