-
Notifications
You must be signed in to change notification settings - Fork 378
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
ci: update cmake quickstart handling for storage grpc #14856
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #14856 +/- ##
==========================================
- Coverage 93.00% 93.00% -0.01%
==========================================
Files 2351 2351
Lines 209476 209476
==========================================
- Hits 194816 194814 -2
- Misses 14660 14662 +2 ☔ View full report in Codecov by Sentry. 🚨 Try these New Features:
|
0e948a6
to
3b6990b
Compare
d31a676
to
c3213c3
Compare
@@ -213,25 +213,17 @@ io::log_h1 "Build and run quickstarts" | |||
# Tests the installed artifacts by building and running the quickstarts. | |||
# shellcheck disable=SC2046 | |||
feature_list="$(printf "%s;" $(features::libraries))" | |||
# GCS+gRPC and OpenTelemetry also have quickstarts. | |||
# OpenTelemetry also have quickstarts. |
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.
nit: s/have quickstarts/has a quickstart/
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.
Fixed.
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.
Reviewable status: 0 of 2 files reviewed, 1 unresolved discussion (waiting on @dbolduc)
@@ -213,25 +213,17 @@ io::log_h1 "Build and run quickstarts" | |||
# Tests the installed artifacts by building and running the quickstarts. | |||
# shellcheck disable=SC2046 | |||
feature_list="$(printf "%s;" $(features::libraries))" | |||
# GCS+gRPC and OpenTelemetry also have quickstarts. | |||
# OpenTelemetry also have quickstarts. |
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.
Fixed.
This change is