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
The gno test command should have a -coverprofile flag, which matches the behaviour of the similar flag in go test.
The resulting coverage profile should be parseable by go tool cover -html="$f", creating an HTML coloured report with information on the covered lines.
This functionality should match, like the bounty for -cover, the output of equivalent Go files (possibly through transpilation)
Coverprofiles should be enabled in the CI testing the examples directory, and from its resulting profile an HTML report, published on github pages, should be available
Depends on #1121
Bounty Requirements
gno test
command should have a-coverprofile
flag, which matches the behaviour of the similar flag ingo test
.go tool cover -html="$f"
, creating an HTML coloured report with information on the covered lines.-cover
, the output of equivalent Go files (possibly through transpilation)examples
directory, and from its resulting profile an HTML report, published on github pages, should be availableBounty Size: L; expected maximum reward: $4,000.
Find out more on the bounty program. If you participate with intention of receiving the bounty, you must agree to the Bounty Terms and Conditions.
More bounties | Contributing guidelines
The text was updated successfully, but these errors were encountered: