-
Notifications
You must be signed in to change notification settings - Fork 11
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
150 improve unit test coverage for mapless mongo core #160
150 improve unit test coverage for mapless mongo core #160
Conversation
sebastianconcept
commented
Feb 28, 2024
- Renamed project packages
- Added some unit tests
- Removed a deprecated unused class
- Adjusted some delays in time sensitive tests (for example the ones that depend on Redis PUBSUB)
pins mumez/PunQLite:v2.0.1 makes the Baseline to load all packages without forcing their units tests (thay can be loaded optionally)
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #160 +/- ##
============================================
+ Coverage 59.07% 83.57% +24.50%
============================================
Files 31 31
Lines 4222 3897 -325
============================================
+ Hits 2494 3257 +763
+ Misses 1728 640 -1088 ☔ View full report in Codecov by Sentry. |
…CI can run against a standalone MongoDB
Is okay for you @paulwilke like this ? https://app.codecov.io/gh/sebastianconcept/Mapless/pull/160 We can do more in a next round |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all good so far -- mostly category renaming, class renaming and changes to sunits