dropbox / dependency-guard

A Gradle plugin that guards against unintentional dependency changes.
Apache License 2.0
406 stars 15 forks source link

Improve test coverage. #8

Closed autonomousapps closed 2 years ago

autonomousapps commented 2 years ago

Move Path extension functions to util package. Delete build scan stuff from test fixture.

My main goal here was to ensure there was actual coverage for use of the Action-enhanced DSL (tree = true), and in the process decided to move the Path functions as well.

handstandsam commented 2 years ago

Thanks for the cleanup and coverage for tree support ✅