-
Notifications
You must be signed in to change notification settings - Fork 44
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
Add path projection endpoint #7210
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## dev #7210 +/- ##
============================================
+ Coverage 28.73% 28.93% +0.20%
Complexity 2004 2004
============================================
Files 1123 1126 +3
Lines 138057 138733 +676
Branches 2684 2684
============================================
+ Hits 39672 40148 +476
- Misses 96788 96988 +200
Partials 1597 1597
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
860af84
to
1da28d7
Compare
59c633f
to
46a589f
Compare
46a589f
to
4755490
Compare
b57a35c
to
b56cd4d
Compare
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.
Thanks for walking me through this PR, that really helped. I tried to read everything carefully and came up with a few ways I believe would improve readability. I'll make a second batch of comments for minor things and nitpicks.
It's great having all these tests, they also really help understanding what happens 🤩
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.
As promised, a few comments about details.
246eb52
to
cd4bf2e
Compare
7f245ea
to
c3e8590
Compare
d020390
to
53dc96a
Compare
292462e
to
6821788
Compare
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 may have spotted a regression compared to yesterday in PathProjection::get_location
Co-Authored-by: Florian Amsallem <[email protected]>
Co-Authored-by: Florian Amsallem <[email protected]>
bda2161
to
26d8226
Compare
26d8226
to
2a926d0
Compare
Co-Authored-by: Florian Amsallem <[email protected]>
8fd8f3e
to
00a48c0
Compare
close #6858