Skip to content

Conversation

@callmehiphop
Copy link
Contributor

@callmehiphop callmehiphop commented Mar 25, 2019

This will add support for orderingKey in the handwritten layer.

  • Tests and linter pass
  • Code coverage does not decrease (if any source code was changed)
  • Appropriate docs were updated (if necessary)

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 25, 2019
@callmehiphop callmehiphop requested a review from a team March 25, 2019 19:26
@codecov
Copy link

codecov bot commented Mar 25, 2019

Codecov Report

Merging #560 into master will increase coverage by <.01%.
The diff coverage is 83.33%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #560      +/-   ##
==========================================
+ Coverage   94.82%   94.83%   +<.01%     
==========================================
  Files          16       16              
  Lines         967      968       +1     
  Branches       86       86              
==========================================
+ Hits          917      918       +1     
  Misses         42       42              
  Partials        8        8
Impacted Files Coverage Δ
src/subscriber.ts 97.84% <83.33%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update fe33e40...88d0cfb. Read the comment docs.

* @type {string}
*/
this.ackId = ackId;
this.ackId = ackId!;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is the ! needed here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I switched to use the generated types, before I just hand wrote it but I don't think we had a solution in place for that yet. As such, they mark everything as optional (even though that isn't necessarily the case)

@callmehiphop callmehiphop merged commit 38502ad into googleapis:master Mar 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants