-
Notifications
You must be signed in to change notification settings - Fork 292
Disable diffing against test hooks by default #119
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
Conversation
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.
LGTM. Thanks for your contribution!
@mumoshu looks like this broke the tests, no? |
Dang! I thought I ran tests but I may not have after I made the final changes. I will take a look today. Is there a reason tests don't get run on every commit? |
@databus23 the tests all pass for me. May I ask which tests are failing for you? I just ran |
Yeah, those tests are failing and clearly should be based on the change. I don't understand why they do not fail for me... thats so add. Fixing this now. |
I have opened a PR that should fix the tests. |
Fixing tests that were broken with #119
This is for #114