chore(metrics,aggregation): promote to Beta with coverage tests#91
Merged
chore(metrics,aggregation): promote to Beta with coverage tests#91
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 19.0 #91 +/- ##
==========================================
+ Coverage 69.91% 70.39% +0.48%
==========================================
Files 674 674
Lines 37005 37005
==========================================
+ Hits 25872 26051 +179
+ Misses 11133 10954 -179
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
gonzalesedwin1123
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why is this change needed?
Promote
spp_aggregation,spp_metrics_core, andspp_metrics_servicesfrom Alpha to Beta status after code review confirmed they are clean and production-ready.How was the change implemented?
development_statusfrom"Alpha"to"Beta"in all three module manifestsreadme/DESCRIPTION.mdfiles for all three modules (resolvesmissing-readmepylint warnings)README.rstfiles via OCA readme generatortest_coverage.py) for all three modulesNew unit tests
Unit tests executed by the author
All three modules pass cleanly:
spp_metrics_core: 0 failed, 0 errors of 25 testsspp_metrics_services: 0 failed, 0 errors of 115 testsspp_aggregation: 0 failed, 0 errors of 172 testsHow to test manually
Related links