-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
added workchunk to step execution details #5932
Conversation
Formatting check succeeded! |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5932 +/- ##
============================================
+ Coverage 83.39% 83.45% +0.06%
- Complexity 26927 27098 +171
============================================
Files 1681 1692 +11
Lines 103965 104603 +638
Branches 13189 13247 +58
============================================
+ Hits 86702 87299 +597
- Misses 11613 11637 +24
- Partials 5650 5667 +17 ☔ View full report in Codecov by Sentry. |
hapi-fhir-storage-batch2/src/main/java/ca/uhn/fhir/batch2/api/StepExecutionDetails.java
Show resolved
Hide resolved
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.
I need to understand performance implications before approving
closes #5919