We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The unit tests coverage (class/method/line) for the io.lettuce.core.pubsub is 42% / 28% / 40% A healthy amount is above 75%
Implement unit tests for all the classes (minimum) to provide infrastructure Implement unit tests for a healthy amount of coverage (best case)
We do have coverage by integration tests, but unit tests are run in insolation and could provide better whitebox testing
N/A
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Feature Request
Is your feature request related to a problem? Please describe
The unit tests coverage (class/method/line) for the io.lettuce.core.pubsub is 42% / 28% / 40%
A healthy amount is above 75%
Describe the solution you'd like
Implement unit tests for all the classes (minimum) to provide infrastructure
Implement unit tests for a healthy amount of coverage (best case)
Describe alternatives you've considered
We do have coverage by integration tests, but unit tests are run in insolation and could provide better whitebox testing
Teachability, Documentation, Adoption, Migration Strategy
N/A
The text was updated successfully, but these errors were encountered: