Skip to content

Insufficient test coverage #6

Description

@fcasal

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions