Skip to content

v0.2.0: add -test-transitve flag

Latest

Choose a tag to compare

@anitgandhi anitgandhi released this 13 Feb 18:45
33b0078

New options

A -test-transitive flag has been added which allows opting out of the default behavior for test packages of transitive dependencies in the reverse path. The default behavior remains the same as before: all transitive test dependencies are treated equivalent to the "live" dependencies and included in the package graph. If -test-transitive=false is explicitly specified, this behavior is disabled. Note that in either case, the test package of the primary package is still included.

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.2.0