-
Notifications
You must be signed in to change notification settings - Fork 224
Update refs to release-1.2-rc1 #547
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
Conversation
fd47f8f to
61fc7fe
Compare
Codecov Report
@@ Coverage Diff @@
## master #547 +/- ##
============================================
- Coverage 80.65% 80.52% -0.14%
+ Complexity 982 981 -1
============================================
Files 88 88
Lines 3024 3024
Branches 331 331
============================================
- Hits 2439 2435 -4
- Misses 420 423 +3
- Partials 165 166 +1
Continue to review full report at Codecov.
|
| --> | ||
|
|
||
| ```bash | ||
| dapr stop --app-id exception_example |
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.
Is this removed due to the related change in CLI to exit with error when app id is not found?
dapr/cli@7b69e1a
@halspang
cc @artursouza
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.
Yes. With that change, a lot of the examples will finish and close everything successfully. When we attempted to close it we'd get error messages, hence the removal.
This reverts commit 30c0089.
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Signed-off-by: zjx244729 <zjx244729@alibaba-inc.com>
Description
Update refs to release-1.2-rc1
Issue reference
We strive to have all PR being opened based on an issue, where the problem or feature have been discussed prior to implementation.
Please reference the issue this PR will close: endgame
Checklist
Please make sure you've completed the relevant tasks for this PR, out of the following list: