You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ llvm-cov show .build/wasm32-unknown-wasi/debug/ExamplePackageTests.wasm -instr-profile=default.profdata --format=html -o coverage
232
232
$ open coverage/index.html
233
233
</code></pre>
234
+
<p><imgsrc="./coverage-support.png" alt="" /></p>
234
235
<h2><aclass="header" href="#building-and-running-the-test-suite-with-carton" id="building-and-running-the-test-suite-with-carton">Building and running the test suite with <code>carton</code></a></h2>
235
236
<p>If you use <ahref="https://carton.dev"><code>carton</code></a> to develop and build your app, as described in <ahref="./browser-app.html">our guide
236
237
for browser apps</a>, just run <code>swift run carton test</code> in the
<h2><aclass="header" href="#building-and-running-the-test-suite-with-carton" id="building-and-running-the-test-suite-with-carton">Building and running the test suite with <code>carton</code></a></h2>
611
612
<p>If you use <ahref="https://carton.dev"><code>carton</code></a> to develop and build your app, as described in <ahref="getting-started/./browser-app.html">our guide
612
613
for browser apps</a>, just run <code>swift run carton test</code> in the
0 commit comments