codechecker icon indicating copy to clipboard operation
codechecker copied to clipboard

[feat] Print statistics after analysis through Makefile

Open bruntib opened this issue 7 months ago • 0 comments

"CodeChecker analyze --makefile ..." is generating a Makefile that contains analyzer commands. With "make" command one can execute analysis using this generated Makefile.

This commit is about printing some statistics about the analysis based on the Makefile. The statistics contain the number of successful and failed analysis.

bruntib avatar Jul 22 '24 15:07 bruntib