Closed andyundso closed 6 years ago
Merging #172 into master will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #172 +/- ##
=========================================
Coverage 72.68% 72.68%
Complexity 1719 1719
=========================================
Files 166 166
Lines 5206 5206
=========================================
Hits 3784 3784
Misses 1422 1422
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e878e5f...c7429f3. Read the comment docs.
context: if we fetch all activities at once, doctrine will load their associated timeslices even we excluded it in the JMS annotations. It is possible not possible in our case to make the Activity entity unaware of its relation to the timeslices nor to rewrite the all method to prefetch the relation because Doctrine and JMS would still do the same stuff as before.