-
Notifications
You must be signed in to change notification settings - Fork 54
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
fix: Document change detector breaking change #1531
fix: Document change detector breaking change #1531
Conversation
Why did the change detector not catch that in the last PR? is it broken? |
Codecov Report
@@ Coverage Diff @@
## develop #1531 +/- ##
===========================================
- Coverage 72.10% 72.05% -0.05%
===========================================
Files 185 185
Lines 18295 18295
===========================================
- Hits 13192 13183 -9
- Misses 4060 4066 +6
- Partials 1043 1046 +3 |
79aedb0
to
d687cfc
Compare
d687cfc
to
5773ce7
Compare
question: Did you test that it fails even in this branch without the documentation? and then once the documentation is added it works? |
I did. I basically recreated the changes on my fork without the regression and it works fine. Here we need the change documentation to prevent the regression from failing the change detector check. |
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.
Thanks for taking care of this. Fingers crossed :P hopefully no more fails on develop.
## Relevant issue(s) Resolves sourcenetwork#1530 ## Description This PR fixes the previous fix and adds a breaking change document to prevent the broken cycle in the change detector after the fix. Should have been part of the sourcenetwork#1528 although the change detector was passing before merge.
Relevant issue(s)
Resolves #1530
Description
This PR fixes the previous fix and adds a breaking change document to prevent the broken cycle in the change detector after the fix. Should have been part of the #1528 although the change detector was passing before merge.
Tasks
How has this been tested?
make test:changes
Specify the platform(s) on which this was tested: