-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use the upload.id
as parallel_idx
#720
Conversation
Codecov ReportAttention: Patch coverage is ✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #720 +/- ##
==========================================
- Coverage 98.09% 98.08% -0.01%
==========================================
Files 432 432
Lines 36327 36294 -33
==========================================
- Hits 35634 35600 -34
- Misses 693 694 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
@@ Coverage Diff @@
## main #720 +/- ##
==========================================
- Coverage 98.09% 98.08% -0.01%
==========================================
Files 432 432
Lines 36327 36294 -33
==========================================
- Hits 35634 35600 -34
- Misses 693 694 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #720 +/- ##
==========================================
- Coverage 98.09% 98.08% -0.01%
==========================================
Files 432 432
Lines 36327 36294 -33
==========================================
- Hits 35634 35600 -34
- Misses 693 694 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## main #720 +/- ##
==========================================
- Coverage 98.09% 98.08% -0.01%
==========================================
Files 432 432
Lines 36327 36294 -33
==========================================
- Hits 35634 35600 -34
- Misses 693 694 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1e40b96
to
cdf4bba
Compare
3a9f322
to
c1793fe
Compare
session.id
/order_number
from the upload.id
upload.id
as parallel_idx
This way, the `parallel_idx` is fully unique. Then later when merging the reports together, each parallel report session will change its index according to what the next session_id within the aggregated Report will be.
c1793fe
to
afe4287
Compare
This way, the
parallel_idx
is fully unique.Then later when merging the reports together, each parallel report session will change its index according to what the next session_id within the aggregated Report will be.