-
Notifications
You must be signed in to change notification settings - Fork 0
Add stats.jl script #193
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 stats.jl script #193
Conversation
|
Current output of this script: Running this script in regular intervals (manually) can help to:
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Building the documentation will already fail if this happens |
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
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.
Pull Request Overview
This PR adds a new utility script stats.jl to analyze the VortexStepMethod module by listing exported function signatures and identifying undocumented exported symbols. This appears to be a development tool for tracking API documentation coverage.
Key changes:
- Creates a script to enumerate all exported function methods and their signatures
- Implements documentation status checking for exported symbols
- Provides summary statistics on total methods and undocumented symbols
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
No, it doesn't. Otherwise there would not be so many undocumented, exported symbols. Building the documentation only fails if you have a reference ( |
Add script to list the function signatures and the non-documented, but exported symbols.