Skip to content
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

refactor: cleanup types for reportManualError #310

Merged
merged 2 commits into from
Feb 11, 2019

Conversation

ofrobots
Copy link
Contributor

Fixes: #35

I'm debating if this is semver major for typescript users.

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Feb 11, 2019
@@ -16,6 +16,7 @@

import * as http from 'http';
import * as is from 'is';
import {any} from 'joi';
Copy link
Contributor

Choose a reason for hiding this comment

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

What's that do?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

shakes fist VSCode!

@codecov
Copy link

codecov bot commented Feb 11, 2019

Codecov Report

Merging #310 into master will not change coverage.
The diff coverage is 100%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #310   +/-   ##
=======================================
  Coverage   96.08%   96.08%           
=======================================
  Files          34       34           
  Lines        1687     1687           
  Branches       76       76           
=======================================
  Hits         1621     1621           
  Misses         49       49           
  Partials       17       17
Impacted Files Coverage Δ
src/interfaces/manual.ts 92.3% <ø> (ø) ⬆️
test/unit/interfaces/manual.ts 97.02% <100%> (ø) ⬆️

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 2fbbd38...30a685e. Read the comment docs.

@JustinBeckwith
Copy link
Contributor

I could go either way with the semver major-ness. Do you think there are going to be other changes you want to bundle?

Copy link
Contributor

@JustinBeckwith JustinBeckwith left a comment

Choose a reason for hiding this comment

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

LGTM w/ nit - your call on the semverness

@JustinBeckwith JustinBeckwith merged commit a153b73 into googleapis:master Feb 11, 2019
@ofrobots ofrobots deleted the fix-35 branch February 11, 2019 22:33
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.

None yet

3 participants