-
Notifications
You must be signed in to change notification settings - Fork 171
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
#704 Enforce failure reasons in tests #744
Conversation
Job #744 is now in scope, role is |
This pull request #744 is assigned to @fabriciofx/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @yegor256/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer |
Codecov Report
@@ Coverage Diff @@
## master #744 +/- ##
=========================================
Coverage 78.82% 78.82%
Complexity 1180 1180
=========================================
Files 223 223
Lines 3367 3367
Branches 191 191
=========================================
Hits 2654 2654
Misses 666 666
Partials 47 47 Continue to review full report at Codecov.
|
@fabriciofx/z this job was assigned to you 5 days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
@fabriciofx/z this job was assigned to you 8 days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
@fabriciofx/z this job was assigned to you 10days ago. It will be taken away from you soon, unless you close it, see §8. Read this and this, please. |
The user @fabriciofx/z resigned from #744, please stop working. Reason for job resignation: It is older than 10 days, see §8 |
Resigned on delay, see §8: -15 point(s) just awarded to @fabriciofx/z |
This pull request #744 is assigned to @SharplEr/z, here is why; the budget is 15 minutes, see §4; please, read §27 and when you decide to accept the changes, inform @llorllale/z (the architect) right in this ticket; if you decide that this PR should not be accepted ever, also inform the architect; this blog post will help you understand what is expected from a code reviewer |
@neonailol Looks nice but as I understand I can't approve PR which builds with errors. I see only one way to solve it. You can add an empty string for all reasons of failure. After that, we can create an issue for adding the normal reasons. You can also use |
@llorllale the author doesn't react to my comment. How long should I wait? |
@SharplEr thanks |
@llorllale You're welcome |
@elenavolokhova/z please review this job completed by @SharplEr/z, as in §30; the job will be fully closed and all payments will be made when the quality review is completed |
The job #744 is now out of scope |
Payment to |
The job is not in WBS, won't close the order |
@0crat quality bad |
Quality is low, no payment, see §31 |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
@SharplEr I think PR with errors is perfectly mergeable, as resolving this errors is not a part of the original task, as yegor said numerous times if 15 minutes not enough for completing a task, and you provide only tests it's perfectly fine |
@neonailol I think just adding |
@neonailol @SharplEr allowing a faulty build into |
Implement #704 as suggested in #588