gruntwork-io / git-xargs

git-xargs is a command-line tool (CLI) for making updates across multiple Github repositories with a single command.
https://blog.gruntwork.io/introducing-git-xargs-an-open-source-tool-to-update-multiple-github-repos-753f9f3675ec
Apache License 2.0
933 stars 63 forks source link

Implement test coverage for draft pull requests #61

Closed zackproser closed 1 year ago

zackproser commented 2 years ago

Describe the solution you'd like With #49 , we'll have introduced support for draft pull requests. Ideally, we'd have test coverage for this feature as well, using any mocks that make sense.

Describe alternatives you've considered The alternative is to live without test coverage for this feature :smile:

Additional context N/A.