Aqua.jl
Aqua.jl copied to clipboard
Aqua Reports
I am investigating Aqua for Julia quality inspection and reporting. Great package by the way!
Some feedback I got on Aqua is that people would like to have standardized reports. Similar to how you can make reports for code coverage with the .cov
files and Coverage.jl summaries. These reports could then be parsed by automated systems for visualization and monitoring.
Right now Aqua simply prints the statements on the REPL. We could capture those and parse them, but that doesn't seem ideal. A more standardized approach would help here.
Did anyone think about making some kind of reports?
(P.S. Maybe we can find inspiration from QA packages in Python or other languages, but I haven't looked at those yet.)