-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Dialogflow: Add ContextManagementSmokeTest #6086
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
Codecov Report
@@ Coverage Diff @@
## master #6086 +/- ##
============================================
- Coverage 47.38% 47.38% -0.01%
+ Complexity 27182 27180 -2
============================================
Files 2523 2523
Lines 274581 274581
Branches 31380 31380
============================================
- Hits 130123 130120 -3
- Misses 134850 134851 +1
- Partials 9608 9610 +2
Continue to review full report at Codecov.
|
|
The coverage drop probably isn't right as this PR literally only adds tests. |
|
The change looks sensible. anything pending for merging the PR? |
|
|
||
| public class ContextManagementSmokeTest { | ||
| private static final String PROJECT_ENV_NAME = "GOOGLE_CLOUD_PROJECT"; | ||
| private static final String LEGACY_PROJECT_ENV_NAME = "GCLOUD_PROJECT"; |
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.
do we need to support a legacy name?
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.
I think we're still using that env variable :(
Towards #5938