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

Conversation

bruntib
Copy link
Contributor

@bruntib bruntib commented Jul 22, 2024

"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 bruntib added enhancement 🌟 analyzer 📈 Related to the analyze commands (analysis driver) labels Jul 22, 2024
@bruntib bruntib added this to the release 6.25.0 milestone Jul 22, 2024
@bruntib bruntib requested review from noraz31 and cservakt July 22, 2024 15:12
@bruntib bruntib requested a review from vodorok as a code owner July 22, 2024 15:12
@bruntib bruntib force-pushed the makefile_stats branch 2 times, most recently from 7ec85b1 to e73e9d3 Compare July 22, 2024 15:51
"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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) enhancement 🌟
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant