-
Notifications
You must be signed in to change notification settings - Fork 417
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
Legacy gRPC e2e C++11 CI #1787
Legacy gRPC e2e C++11 CI #1787
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1787 +/- ##
==========================================
- Coverage 85.78% 85.74% -0.03%
==========================================
Files 171 171
Lines 5243 5243
==========================================
- Hits 4497 4495 -2
- Misses 746 748 +2
|
examples/e2e/WORKSPACE
Outdated
@@ -0,0 +1,36 @@ | |||
workspace(name = "otel_e2e") | |||
|
|||
load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe") |
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 needed?
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, cleaned.
No need for C++11: #1830. |
Fixes #1634 (issue) step 2/2
depends on #1786
Changes
Adds legacy gRPC e2e C++11 CI.
For significant contributions please make sure you have completed the following items:
CHANGELOG.md
updated for non-trivial changes