fitzgen opened PR #13209 from fitzgen:coverage-script to bytecodealliance:main:
Runs
cargo test ...with LLVM instrumentation-based coverage enabled, merges the resulting.profrawfiles, and produces and HTML coverage report atreport/index.html.<!--
Please make sure you include the following information:
If this work has been discussed elsewhere, please include a link to that
conversation. If it was discussed in an issue, just mention "issue #...".Explain why this change is needed. If the details are in an issue already,
this can be brief.Our development process is documented in the Wasmtime book:
https://docs.wasmtime.dev/contributing-development-process.htmlPlease ensure all communication follows the code of conduct:
https://github.com/bytecodealliance/wasmtime/blob/main/CODE_OF_CONDUCT.md
-->
fitzgen requested alexcrichton for a review on PR #13209.
fitzgen requested wasmtime-default-reviewers for a review on PR #13209.
:thumbs_up: alexcrichton submitted PR review.
alexcrichton has enabled auto merge for PR #13209.
alexcrichton added PR #13209 Add a cargo test coverage script to the merge queue.
github-merge-queue[bot] removed PR #13209 Add a cargo test coverage script from the merge queue.
fitzgen updated PR #13209.
fitzgen has enabled auto merge for PR #13209.
fitzgen added PR #13209 Add a cargo test coverage script to the merge queue.
fitzgen commented on PR #13209:
Hrm, getting errors about
wasm32-unkown-unknownmissing in CI, but we also add that in therunstep just before this onehttps://github.com/bytecodealliance/wasmtime/actions/runs/25009689583/job/73241911350#step:10:737
https://github.com/bytecodealliance/wasmtime/actions/runs/25009689583/job/73241911350#step:8:1
alexcrichton commented on PR #13209:
I think that's due to the script hardcoding
+nightlywhich isn't in-use on this builder (it's some oss-fuzz nightly snapshot). Could the+nightlybe removed? (I realize that'd probably remove the./the/script.rsaspect but that seems like a minor loss)
github-merge-queue[bot] removed PR #13209 Add a cargo test coverage script from the merge queue.
fitzgen updated PR #13209.
fitzgen commented on PR #13209:
I think that's due to the script hardcoding
+nightlywhich isn't in-use on this builder (it's some oss-fuzz nightly snapshot). Could the+nightlybe removed? (I realize that'd probably remove the./the/script.rsaspect but that seems like a minor loss)Ah good catch. I just removed
+nightlybut left the script stuff. Non-nightly-default folks can just compile and run separately.
fitzgen has enabled auto merge for PR #13209.
fitzgen added PR #13209 Add a cargo test coverage script to the merge queue.
github-merge-queue[bot] removed PR #13209 Add a cargo test coverage script from the merge queue.
fitzgen updated PR #13209.
fitzgen has enabled auto merge for PR #13209.
fitzgen added PR #13209 Add a cargo test coverage script to the merge queue.
github-merge-queue[bot] removed PR #13209 Add a cargo test coverage script from the merge queue.
fitzgen updated PR #13209.
fitzgen has enabled auto merge for PR #13209.
fitzgen added PR #13209 Add a cargo test coverage script to the merge queue.
github-merge-queue[bot] removed PR #13209 Add a cargo test coverage script from the merge queue.
fitzgen added PR #13209 Add a cargo test coverage script to the merge queue.
:check: fitzgen merged PR #13209.
fitzgen removed PR #13209 Add a cargo test coverage script from the merge queue.
Last updated: May 03 2026 at 22:13 UTC