sbt-stats
sbt-stats copied to clipboard
An sbt plugin for source code statistics
We needed a tool like this for Apache Daffodil (incubating as of 2019-05-23) There is one "daffodil-oriented" thing in here, which is that it looks at files for the double...
I suspect that the opened files are not closed properly after inspection by the task as the configured limit of 1637049 simultaneously opened files feels like it should suffice when...
I was wondering if there is a way wherein we can have differnt reports done for the different modules of the project. If it is possible that would be just...
**Description** The stats are displayed as of now on the console. Try and get the reports in an XML file (or HTML) within the target folder
I do not see a way to see stats for test code separately. It will be great to add that support. Thanks for a useful plugin.