-
Notifications
You must be signed in to change notification settings - Fork 165
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
#702 removing temporary files in tests #779
Conversation
Job #779 is now in scope, role is |
This pull request #779 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 |
Codecov Report
@@ Coverage Diff @@
## master #779 +/- ##
===========================================
+ Coverage 82.94% 83.2% +0.26%
- Complexity 1264 1279 +15
===========================================
Files 225 228 +3
Lines 3435 3489 +54
Branches 195 200 +5
===========================================
+ Hits 2849 2903 +54
Misses 539 539
Partials 47 47
Continue to review full report at Codecov.
|
@0crat status |
@krzyk This is what I know about this job, as in §32:
|
@SharplEr ping :) |
@@ -46,10 +48,16 @@ | |||
*/ | |||
@SuppressWarnings("PMD.TooManyMethods") | |||
public final class InputStreamOfTest { |
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.
@krzyk You have missed in this class usage of File.createTempFile
in methods: readsFileContent
, readsFromUri
, readsFromUrl
, readsFromTextWithCharset
.
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.
@SharplEr Good catch, fixed.
@krzyk In the project we have class |
@SharplEr Updated the code, please see again. |
@0crat status |
@krzyk This is what I know about this job, as in §32:
|
@krzyk Okay, hope we didn't miss anything. |
@llorllale ping |
@rultor merge |
@llorllale OK, I'll try to merge now. You can check the progress of the merge here |
@llorllale Done! FYI, the full log is here (took me 10min) |
@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 #779 is now out of scope |
Payment to |
@0crat quality good |
Quality review completed: +8 point(s) just awarded to @elenavolokhova/z |
For #702
Replaced all temporary folder/files creation in tests with TemporaryFolders automatic removal of temporary data.