Skip to content

Commit 61bcb30

Browse files
Add link to code coverage guide
1 parent 602383c commit 61bcb30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Content/posts/6-1-released.md

+2
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Prior to this release, WebAssembly/WASI targets did not have any code coverage s
4040

4141
With this foundation in place, code coverage support is now available in Swift + WebAssembly projects ([Issue #5591](https://github.com/swiftwasm/swift/issues/5591)). You can now use the standard SwiftPM code coverage `--enable-code-coverage` flag to generate coverage data and LLVM tools to process them.
4242

43+
For detailed instructions, check out our [code coverage guide](https://book.swiftwasm.org/getting-started/testing.html#code-coverage-with-swiftpm).
44+
4345
<img src="/images/6.1-release-coverage-support.png" alt="HTML report of JavaScriptKit test coverage" width="80%" />
4446

4547
### VSCode Support

0 commit comments

Comments
 (0)