-
Notifications
You must be signed in to change notification settings - Fork 1
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
Handle missing project.version
automatically
#301
Handle missing project.version
automatically
#301
Conversation
CodSpeed Performance ReportMerging #301 will improve performances by 25.37%Comparing Summary
Benchmarks breakdown
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #301 +/- ##
==========================================
+ Coverage 95.03% 96.59% +1.56%
==========================================
Files 61 66 +5
Lines 2759 2878 +119
==========================================
+ Hits 2622 2780 +158
+ Misses 137 98 -39 ☔ View full report in Codecov by Sentry. |
There is definitely a performance regression to address. One idea would be: only read the Also, need to add test coverage for the following cases:
|
No description provided.