-
Notifications
You must be signed in to change notification settings - Fork 105
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
feat: CommitStats in CommitResponse #1254
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1254 +/- ##
=======================================
Coverage 98.58% 98.58%
=======================================
Files 23 23
Lines 21633 21658 +25
Branches 1210 1213 +3
=======================================
+ Hits 21327 21352 +25
Misses 297 297
Partials 9 9
Continue to review full report at Codecov.
|
dc46e7a
to
a429ef5
Compare
78abaca
to
795de3a
Compare
795de3a
to
733c051
Compare
Do we need unit tests for |
733c051
to
ee57d7a
Compare
I was curious about this. CodeCov gave 100% coverage for table.js so I wasn't sure. But I've now added tests to set |
@olavloite @AVaksman I've been asked to not make this a breaking change. So the options for implementations are:
Could you advice me on which one of these is preferable? |
Purely from a (Spanner) API perspective, I would prefer option 1 to prevent the API from being cluttered with a large number of |
ee57d7a
to
7a050ed
Compare
Here is the summary of changes. You added 1 region tag.
This comment is generated by snippet-bot.
|
8d8234b
to
47bd940
Compare
47bd940
to
ddab71e
Compare
ddab71e
to
7bd46a5
Compare
7bd46a5
to
64e83c6
Compare
Based on the discussion in #1282 (comment), I reverted this to make it a non-breaking change. |
c3971e7
to
2a74a0e
Compare
2a74a0e
to
23b5b75
Compare
If
returnCommitStats = true
in theCommitRequest
, thenCommitResponse
will containCommitStats
.