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

Test coverage #243

Open
dergoegge opened this issue Jan 5, 2021 · 3 comments · May be fixed by #321
Open

Test coverage #243

dergoegge opened this issue Jan 5, 2021 · 3 comments · May be fixed by #321
Labels
good first issue Good for newcomers

Comments

@dergoegge
Copy link
Contributor

It would be nice to see which parts of the code are covered by the unit tests.
Go has the option to generate coverage reports:
go test -coverprofile=cover.out
Which can be viewed with:
go tool cover -html=cover.out

@adiabat adiabat added the good first issue Good for newcomers label Jan 5, 2021
@sloorush
Copy link
Contributor

sloorush commented Sep 7, 2021

I searched for multiple options(coveralls/codecov/snyk) to do this. Goveralls (go integration of coveralls) seems like a good option(even btcd uses coveralls). Please let me know if i can proceed with integrating goveralls for test coverage.

cc: @adiabat @kcalvinalvin

@bicrxm
Copy link

bicrxm commented Feb 10, 2022

Hello, I just came to know about utreexo, found it interesting. I want to contribute or participate in the project. Can I know how to get started?

@kcalvinalvin
Copy link
Member

Hello, I just came to know about utreexo, found it interesting. I want to contribute or participate in the project. Can I know how to get started?

Hey! At the moment the most pressing need would be to get issue #333 fixed. If that doesn't seem like your thing, you can join us for the utreexo weekly call and we can help you get started. If you can join us on irc (#utreexo on libera.chat) I can help you get started :) If email is better for you, shoot me an email at [email protected]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants