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

fix: includes @types/duplexify in package #441

Merged
merged 2 commits into from
Mar 6, 2019
Merged

fix: includes @types/duplexify in package #441

merged 2 commits into from
Mar 6, 2019

Conversation

JustinBeckwith
Copy link
Contributor

This library uses duplexify, and returns objects that use types from the @types/duplexify package in public interfaces. This is causing issues like the one seen here:
googleapis/nodejs-datastore#346

@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Mar 6, 2019
@codecov
Copy link

codecov bot commented Mar 6, 2019

Codecov Report

Merging #441 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files          26       26           
  Lines        2769     2769           
  Branches       72       72           
=======================================
  Hits         2570     2570           
  Misses        187      187           
  Partials       12       12

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 4170e59...89bf644. Read the comment docs.

1 similar comment
@codecov
Copy link

codecov bot commented Mar 6, 2019

Codecov Report

Merging #441 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #441   +/-   ##
=======================================
  Coverage   92.81%   92.81%           
=======================================
  Files          26       26           
  Lines        2769     2769           
  Branches       72       72           
=======================================
  Hits         2570     2570           
  Misses        187      187           
  Partials       12       12

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 4170e59...89bf644. Read the comment docs.

@alexander-fenster
Copy link
Contributor

I can't say I don't hate it but I guess we have no other good options 😢

@alexander-fenster alexander-fenster merged commit c3fedb2 into googleapis:master Mar 6, 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