-
Notifications
You must be signed in to change notification settings - Fork 160
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: info route #368
feat: info route #368
Conversation
I added a commit where I solved pre-commit format issues. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #368 +/- ##
====================================
- Coverage 94% 94% -1%
====================================
Files 23 25 +2
Lines 1459 1577 +118
====================================
+ Hits 1376 1478 +102
- Misses 83 99 +16 |
Looking good @lorenzomassimiani! added few minor comments. |
Co-authored-by: Aniket Maurya <[email protected]>
Hi @lorenzomassimiani, to fix the pre-commit check, you can install the pre-commit hook as follows:
Add an empty line on the files that you have changed and commit the changes. Pre-commit will automatically format and fix the issues. Also, please move the |
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.
Great work @lorenzomassimiani
thanks to you, it's a pleasure to contribute to the project! @aniketmaurya |
Before submitting
What does this PR do?
Add
info
route as explained in issues 366. Tests were included.