Closed fr33r closed 2 years ago
Base: 98.71% // Head: 98.71% // No change to project coverage :thumbsup:
Coverage data is based on head (
93f83c7
) compared to base (1954944
). Patch has no changes to coverable lines.:exclamation: Current head 93f83c7 differs from pull request most recent head 20573fc. Consider uploading reports for the commit 20573fc to get more accurate results
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Description
Performs a high-level, widespread upgrade of dependencies for
v4
module. Utilized the following strategy for the upgrades:The
gomock
upgrade required making changes to existingDo
calls to have an anonymous function provided with matching signature of method being mocked.Additionally, it appears that
gomock
automatically registers a cleanup action that callsFinish
, so I removed that explicit call from the test suites:Rationale
Now that the minimum version of the
v4
module has been moved up to1.18
, many of it's dependencies can now be appropriately upgraded to match.Suggested Version
v4.0.0-beta.6
Example Usage
N/A