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.
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 stats.jl script * Refactoring * Update scripts/stats.jl Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update scripts/stats.jl Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Update scripts/stats.jl Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Change license to MIT --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Add script to list the function signatures and the non-documented, but exported symbols.