Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gno test -coverprofile #2907

Open
thehowl opened this issue Oct 5, 2024 · 0 comments
Open

gno test -coverprofile #2907

thehowl opened this issue Oct 5, 2024 · 0 comments
Labels
bounty/L L bounties: $4000 bounty

Comments

@thehowl
Copy link
Member

thehowl commented Oct 5, 2024

Depends on #1121

Bounty Requirements

  • 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

Bounty 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bounty/L L bounties: $4000 bounty
Projects
Status: Triage
Development

No branches or pull requests

1 participant