Closed lucasvalenzuela closed 1 year ago
Base: 86.72% // Head: 86.72% // No change to project coverage :thumbsup:
Coverage data is based on head (
5cb66f5
) compared to base (ab1889c
). Patch has no changes to coverable lines.
:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
When reading the subfind header of Box2b, an error was previously thrown because converting Int64 to the UInt32 for the total of fof groups surpasses the limits of UInt32. The solution: change the totals to Int64.