Closed JoeyT1994 closed 8 months ago
Thanks!
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
f2dbd17
) 78.68% compared to head (0d63b79
) 78.85%. Report is 1 commits behind head on main.
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Quick fix of a bug in
copy(pg::PartitionedGraph)
where the wrong field name was being used. A test has been added forcopy(pg)
so the bug would be caught if it happens again.