Skip to content
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

Merged
merged 9 commits into from
Oct 16, 2023
Merged

Conversation

drazen04
Copy link
Contributor

@drazen04 drazen04 commented Oct 8, 2023

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.

Copy link
Owner

@Eomm Eomm left a 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!

test/index.test.js Outdated Show resolved Hide resolved
lib/utils.js Outdated Show resolved Hide resolved
lib/utils.js Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
Co-authored-by: Manuel Spigolon <[email protected]>
@drazen04
Copy link
Contributor Author

drazen04 commented Oct 9, 2023

Thanks for the PR!

Thanks to you for the review :) . I will fix what you point pout as soon as possible.

@drazen04 drazen04 requested a review from Eomm October 9, 2023 20:43
README.md Outdated Show resolved Hide resolved
index.js Outdated Show resolved Hide resolved
lib/utils.js Outdated Show resolved Hide resolved
@drazen04 drazen04 requested a review from Eomm October 11, 2023 07:02
Copy link
Owner

@Eomm Eomm left a 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               
----------------------|---------|----------|---------|---------|-------------------

@drazen04 drazen04 requested a review from Eomm October 15, 2023 14:25
Copy link
Owner

@Eomm Eomm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thks!

@Eomm Eomm linked an issue Oct 16, 2023 that may be closed by this pull request
@Eomm Eomm merged commit a68f211 into Eomm:main Oct 16, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Filter routes
2 participants