-
Notifications
You must be signed in to change notification settings - Fork 17
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
v4: Reversing File Post Order #366
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #366 +/- ##
==========================================
- Coverage 47.80% 44.32% -3.48%
==========================================
Files 242 232 -10
Lines 9027 8600 -427
==========================================
- Hits 4315 3812 -503
- Misses 4429 4550 +121
+ Partials 283 238 -45
☔ View full report in Codecov by Sentry. |
Test coverage is failing. We will bump that up later, this push is to create a foundation for other PRs to build on, such as econ v2 and file tree updates. |
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.
Can we bump go version in makefile from 1.20 to 1.21?
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.
👍
Reversing file post order from
providers -> users
tousers -> providers
.A part of v4 (#365).