-
Notifications
You must be signed in to change notification settings - Fork 69
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: minor typo in ads template #664
Conversation
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 code not being exercised in the unit tests?
Codecov Report
@@ Coverage Diff @@
## master #664 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 26
Lines 1563 1563
Branches 316 316
=========================================
Hits 1563 1563 Continue to review full report at Codecov.
|
It looks like it isn't. The |
Turns out the template path arg wasn't being passed through the noxfile :P |
CircleCI machinery now invokes the alternative (Ads) templates for the showcase_alternative_templates_* tests. Includes numerous fixes and additions to the Ads grpc transport, client class, and unit test templates. The showcase system tests now selectively enable async tests via an environment variable. The async client code has not yet been added to the Ads templates, and the corresponding system tests have been disabled for alternative templates.
Closes #631