-
Notifications
You must be signed in to change notification settings - Fork 2
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
test: Add unit tests to improve test coverage for additional packages #347
base: main
Are you sure you want to change the base?
Conversation
…nd query packages Co-Authored-By: maxence@formance.com <maxence@formance.com>
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
🤖 Devin AI EngineerI'll be helping with this pull request! Here's what you should know: ✅ I will automatically:
Note: I can only respond to comments from users who have write access to this repository. ⚙️ Control Options:
|
Co-Authored-By: maxence@formance.com <maxence@formance.com>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #347 +/- ##
==========================================
+ Coverage 34.53% 37.05% +2.52%
==========================================
Files 117 117
Lines 5076 5076
==========================================
+ Hits 1753 1881 +128
+ Misses 3203 3060 -143
- Partials 120 135 +15 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…ackages Co-Authored-By: maxence@formance.com <maxence@formance.com>
…packages Co-Authored-By: maxence@formance.com <maxence@formance.com>
Co-Authored-By: maxence@formance.com <maxence@formance.com>
Co-Authored-By: maxence@formance.com <maxence@formance.com>
Co-Authored-By: maxence@formance.com <maxence@formance.com>
Add unit tests to improve test coverage for additional packages
This PR adds unit tests to improve test coverage for the following packages:
These changes are part of the ongoing effort to achieve minimum 60% test coverage for each package, targeting 80% or higher where possible. All tests are written to run in parallel for better performance.
Implementation Details
t.Parallel()
Test Coverage Results
All packages now meet or exceed the minimum 60% test coverage requirement:
Link to Devin run: https://app.devin.ai/sessions/0135f7ac5aa64ee582b2f6dc6e0dbd66
Requested by: maxence@formance.com