-
Notifications
You must be signed in to change notification settings - Fork 805
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
Adding tests for nosqlQueueStore #5924
Adding tests for nosqlQueueStore #5924
Conversation
Codecov Report
Additional details and impacted files
... and 5 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
This first diff is around newNoSQLQueueStore()
Now it is 94% covered There are still some edge-cases to cover, will address this in the next PR among with small test restructuring: I want to combine some tests under t.Run() and re-use the common initialisation this way.
7eefc67
to
e3036c5
Compare
Pull Request Test Coverage Report for Build 018f0604-fb84-46a1-90d8-d706591f2dc2Details
💛 - Coveralls |
This first diff is around newNoSQLQueueStore()
unit tests
code coverage for nosql_queue_store.go
make test
none