Skip to content
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

[feat] Print statistics after analysis through Makefile #4299

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 23, 2024

  1. [feat] Print statistics after analysis through Makefile

    "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 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    7b063da View commit details
    Browse the repository at this point in the history