-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #52 - validate task fails when repo does not exist #53
Conversation
a0c0740
to
b8cef26
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A little bit of final nitpicking.
I personally would've liked the coverage in a separate PR, but then I'm probably a bit too picky on things like that, so it's probably not worth bothering with here.
* previously if a git url did not exist or the user did not have permission the validate task would crash. This fixes that by handling bad urls and displaying an overall failure for the git url.
I took out the coverage stuff and will craft a new PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well, I'm all out of nits to pick, so LGTM
thanks for the PR! |
previously if a git url did not exist or the user
did not have permission the validate task would crash.
This fixes that by handling bad urls and displaying an overall
failure for the git url.
I ended up refactoring, by creating a new class called git_repo. This allowed me to test everything that was just git related. This new class might allow others to integrate with additional tasks too.
I also added ruby 2.6 support to the matrix.