-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(#69): add filter routes support. #90
Conversation
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 the PR!
Co-authored-by: Manuel Spigolon <[email protected]>
Thanks to you for the review :) . I will fix what you point pout as soon as possible. |
Co-authored-by: Manuel Spigolon <[email protected]>
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.
LGTM!
Could you fix the linting and the coverage?
ERROR: Coverage for lines (99.26%) does not meet global threshold (100%)
ERROR: Coverage for branches (98.52%) does not meet global threshold (100%)
ERROR: Coverage for statements (99.27%) does not meet global threshold (100%)
----------------------|---------|----------|---------|---------|-------------------
File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
----------------------|---------|----------|---------|---------|-------------------
All files | 99.27 | 98.52 | 100 | 99.26 |
fastify-overview | 100 | 100 | 100 | 100 |
index.js | 100 | 100 | 100 | 100 |
fastify-overview/lib | 97.91 | 97.14 | 100 | 97.87 |
source-code.js | 100 | 100 | 100 | 100 |
utils.js | 97.29 | 96.96 | 100 | 97.29 | 124
----------------------|---------|----------|---------|---------|-------------------
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.
Thks!
Hi, I've created support for filtering routes.
I also did a little refactoring on the 'getOverview' function.
Please let me know if there are changes you'd like to see or if you have any general feedback.