-
Notifications
You must be signed in to change notification settings - Fork 36
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
Remove Demo Classes, add No-Op Step #129
Conversation
Signed-off-by: Daniel Widdis <[email protected]>
Codecov Report
@@ Coverage Diff @@
## main #129 +/- ##
============================================
+ Coverage 66.71% 67.09% +0.37%
- Complexity 272 276 +4
============================================
Files 34 35 +1
Lines 1322 1319 -3
Branches 125 125
============================================
+ Hits 882 885 +3
+ Misses 395 390 -5
+ Partials 45 44 -1
|
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Daniel Widdis <[email protected]>
Signed-off-by: Owais Kazi <[email protected]>
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.
We are out of demo phase!
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 Dan, I'll merge this in first and rebase #119
* Remove Demo Classes, add No-Op Step Signed-off-by: Daniel Widdis <[email protected]> * Add test coverage Signed-off-by: Daniel Widdis <[email protected]> * Revert enum javadocs as they are handled by #119 Signed-off-by: Daniel Widdis <[email protected]> --------- Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: Owais Kazi <[email protected]> Co-authored-by: Owais Kazi <[email protected]> (cherry picked from commit 9dffc0a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Remove Demo Classes, add No-Op Step (#129) * Remove Demo Classes, add No-Op Step * Add test coverage * Revert enum javadocs as they are handled by #119 --------- (cherry picked from commit 9dffc0a) Signed-off-by: Daniel Widdis <[email protected]> Signed-off-by: Owais Kazi <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Owais Kazi <[email protected]>
Description
Removes
demo
package, since it no longer works and future development has made it obsolete.Adds a new
NoOpStep
workflow step that does nothing, useful for the case of a synchronizing node as well as testingBy submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.