fix: expose express middleware, add system-test#278
Conversation
Codecov Report
@@ Coverage Diff @@
## master #278 +/- ##
==========================================
+ Coverage 94.18% 94.31% +0.13%
==========================================
Files 4 4
Lines 86 88 +2
Branches 15 15
==========================================
+ Hits 81 83 +2
Misses 2 2
Partials 3 3
Continue to review full report at Codecov.
|
|
@JustinBeckwith the docs job failure seems like a linkinator bug. |
|
Yeah, so taking a look - "bug" is a strong word :) This url, as of now, is a 404: Not sure what the right way to handle this is! We could: Any thoughts on how y'all think this should go? |
|
Hammer is least effort, let's go with that. |
|
SGTM |
b197702 to
7080dcf
Compare
|
The post install check was finding a legitimate failure when the module is used with |
7080dcf to
0e92327
Compare
|
Post install is continuing to find legitimate problems. I thought I had addressed this by removing the manual type definition for the return type for I don't see a way to emit proper types and support both winston@2 and winston@3 with the same module. The only option I see is to drop support for winston@2 in a semver major. |
|
@ofrobots Let me know whenever you want another review of this. Thanks. |
BREAKING CHANGE: Drop support for winston2 as a semver major change. Ref: googleapis#278
BREAKING CHANGE: Drop support for winston2 as a semver major change. Ref: googleapis#278
BREAKING CHANGE: Drop support for winston2 as a semver major change. Ref: googleapis#278
0e92327 to
a6d1f00
Compare
The express middleware was previously not publicly exposed; do so. Also add a system-test to validate the behaviour.
a6d1f00 to
a5ff1a9
Compare
|
Had to drop |
|
@JustinBeckwith @bcoe I need an admin to land this. The docs failure is a known limitation of the docs test. |
The express middleware was previously not publicly exposed; do so.
Also add a system-test to validate the behaviour.