-
Notifications
You must be signed in to change notification settings - Fork 11
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
Delete intermediate report files used in parallel Processing #763
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #763 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.02%
==========================================
Files 438 438
Lines 36428 36447 +19
==========================================
+ Hits 35704 35732 +28
+ Misses 724 715 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #763 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.02%
==========================================
Files 438 438
Lines 36428 36447 +19
==========================================
+ Hits 35704 35732 +28
+ Misses 724 715 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #763 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.02%
==========================================
Files 438 438
Lines 36428 36447 +19
==========================================
+ Hits 35704 35732 +28
+ Misses 724 715 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #763 +/- ##
==========================================
+ Coverage 98.01% 98.03% +0.02%
==========================================
Files 438 438
Lines 36428 36447 +19
==========================================
+ Hits 35704 35732 +28
+ Misses 724 715 -9
Flags with carried forward coverage won't be shown. Click here to find out more.
|
a5676c5
to
dcfeff8
Compare
This makes sure the following intermediate files are being cleaned up / deleted after parallel processing: - The "partial Report" files, after merging - The copy of the *initial* and the *final* "master Report" used in parallel verification - The parallel version of the "master Report" used for verification
dbdf280
to
13e60a7
Compare
This makes sure the following intermediate files are being cleaned up / deleted after parallel processing: