-
Notifications
You must be signed in to change notification settings - Fork 283
Add function overview to html details #554
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 function overview to html details #554
Conversation
Codecov Report
@@ Coverage Diff @@
## master #554 +/- ##
==========================================
- Coverage 95.76% 95.72% -0.05%
==========================================
Files 23 23
Lines 3331 3344 +13
Branches 610 613 +3
==========================================
+ Hits 3190 3201 +11
- Misses 69 70 +1
- Partials 72 73 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
f335a13
to
ddc140e
Compare
…view_to_html_details
…view_to_html_details
2640467
to
8acf530
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.
The function list works and is good 👍
I have two comments about the HTML5 commit, though.
56ffa51
to
6bffdd3
Compare
If a detailed report is generated a overview page with alphabetical ordered table of all functions is created. The lines are linked to the details page where the function is defined.