Skip to content
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

Send mail when more than minimum of failures #97

Merged
merged 1 commit into from
Jun 5, 2018

Conversation

santtu
Copy link
Contributor

@santtu santtu commented Oct 10, 2016

The check failures == min_failures would work only when there was exactly the number of min_failures failures after this was run the last time. If the failing job ran more than once every half an hour this may have caused a situation where failures > min_failures.

The check `failures == min_failures` would work only when there was exactly the number of `min_failures` failures after this was run the last time. If the failing job ran more than once every half an hour this may have caused a situation where `failures > min_failures`.
@coveralls
Copy link

coveralls commented Oct 10, 2016

Coverage Status

Coverage remained the same at 89.82% when pulling c068ec9 on santtu:patch-1 into 57bd912 on Tivix:master.

@tab-cmd tab-cmd added the Bug label Jan 14, 2017
tab-cmd added a commit that referenced this pull request Jan 14, 2017
@maxim-kht maxim-kht merged commit e01be46 into Tivix:master Jun 5, 2018
@santtu santtu deleted the patch-1 branch June 6, 2018 06:02
JedrzejMaluszczak pushed a commit that referenced this pull request May 27, 2022
Send mail when more than minimum of failures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants