agnivade / wasmbrowsertest

Run WASM tests inside your browser
MIT License
191 stars 22 forks source link

update documentation regarding go 1.20 coverage tools #51

Closed mlctrez closed 11 months ago

mlctrez commented 1 year ago

This issue to get your thoughts on a documentation update.
I think it would be a good add, but understand if it seems out of scope for this project's readme.

The code coverage tools introduced in go 1.20 produce multiple coverage data files in binary format, one of the drivers for #49

Using -test.coverprofie still works after #49 and produces the single coverage output file.

I'd like to submit a PR to add instructions (at a high level) that read:

Thanks, Matt

agnivade commented 1 year ago

Makes sense. Please feel free to go ahead. Thanks!

mlctrez commented 1 year ago

Here you go: https://github.com/agnivade/wasmbrowsertest/pull/52

Link to readme in my branch.

agnivade commented 11 months ago

Closing as this is resolved now.