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

Insufficient test coverage #6

Open
Tracked by #13
fcasal opened this issue Mar 21, 2024 · 0 comments
Open
Tracked by #13

Insufficient test coverage #6

fcasal opened this issue Mar 21, 2024 · 0 comments

Comments

@fcasal
Copy link
Contributor

fcasal commented Mar 21, 2024

Running go test -cover -coverprofile c.out && go tool cover -html=c.out on the ots folder reveals test coverage issues:

  • the LmsOtsSignatureFromBytes and signature.go file are untested
  • most error cases are untested in ots/public.go

The same is true for the lms folder:

  • untested functions NewLmsSignature, NewPublicKey , NewPrivateKey
  • Missing coverage for error cases
@tob-scott-a tob-scott-a mentioned this issue Mar 22, 2024
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant