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
Copy file name to clipboardExpand all lines: Content/posts/6-1-released.md
+2
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,8 @@ Prior to this release, WebAssembly/WASI targets did not have any code coverage s
40
40
41
41
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.
42
42
43
+
For detailed instructions, check out our [code coverage guide](https://book.swiftwasm.org/getting-started/testing.html#code-coverage-with-swiftpm).
44
+
43
45
<imgsrc="/images/6.1-release-coverage-support.png"alt="HTML report of JavaScriptKit test coverage"width="80%" />
0 commit comments