-
Notifications
You must be signed in to change notification settings - Fork 40
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: implement spec 0.7.0 changes #655
Conversation
* run any event handler immediately if the provider is in the associated state, not just ready * add prividerName to event details * add STALE provider state * update/add associated tests * also fixed spec/test associations mismatches from previous changes Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Codecov Report
@@ Coverage Diff @@
## main #655 +/- ##
============================================
+ Coverage 94.54% 94.71% +0.16%
- Complexity 357 363 +6
============================================
Files 32 32
Lines 843 851 +8
Branches 52 51 -1
============================================
+ Hits 797 806 +9
+ Misses 24 23 -1
Partials 22 22
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 1 file with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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
Left a minor remark on a code comment, the rest looks great .! Specially thanks for checking unit tests and fixing spec references.
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: Thiyagu GK <thiyagu103@gmail.com> Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
7786121
to
217e733
Compare
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Let's try and merge this tomorrow unless someone identifies a blocker. |
@thiyagu06 I've accepted the change you proposed. Can you re-review? |
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 🚀
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
fixes: #599