Code coverage #315
manmartgarc
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
I would support using codecov, as is done here. I'm a little skeptical of driving our testing to push the number up, but we can try it out. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Pre-submission Checklist
Your Idea
Hey folks,
Wanted to get a feel on how contributors feel about publishing code coverage metrics like the rust-sdk package.
We can go from something very simple like something that parses
go test -v ./... -coverprofile=coverage.out
and manually generate a badge, although this requires the workflow to commit back the change, to something more robust like usingcodecov
orcoveralls
.I would like to contribute to this feature but wanted to hear from other folks first if there's any reason why it hasn't been done yet.
Scope
Beta Was this translation helpful? Give feedback.
All reactions