Closed wimax-grapl closed 2 years ago
Base: 41.36% // Head: 41.37% // Increases project coverage by +0.01%
:tada:
Coverage data is based on head (
10b2891
) compared to base (d9d2e2d
). 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.
Which issue does this PR correspond to?
none. discovered today
What changes does this PR make to Grapl? Why?
I noticed in analyzer logging that the Updates we were getting had the same value for forward/reverse. That's wrong!
The easiest way to get the reverse edge name is to forward it from graph-mutation, which already does that lookup (and caches it).
How were these changes tested?
Added an integration test!