-
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
feat(network): add handling of Antenna Criteria #662
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## stable #662 +/- ##
==========================================
- Coverage 98.26% 98.08% -0.19%
==========================================
Files 13 15 +2
Lines 288 313 +25
Branches 47 51 +4
==========================================
+ Hits 283 307 +24
- Misses 5 6 +1 ☔ View full report in Codecov by Sentry. |
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.
Don't forget to add the permissions
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.
This should be good for now. We likely will do follow up based on the feedback of NetCom and further work we do to automate more checks
# [1.2.0](1.1.3...1.2.0) (2024-09-15) ### Features * **network:** add handling of Antenna Criteria ([#662](#662)) ([7bd43e1](7bd43e1))
🎉 This PR is included in version 1.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Needed for frontend/#2036