Using skip file to narrow analyzed files#10338
Using skip file to narrow analyzed files#10338idshibanov wants to merge 3 commits intoihhub:masterfrom
Conversation
|
I think because of the --ctu-all flag "Pre-analysis" step still executes for the full codebase, not sure if required or not. |
|
Hi @idshibanov the main reason why I switched from |
Got it. The current state of PR leaves CTU analysis as is but speeds up total processing time (30min->6min). Check the action run: https://github.com/ihhub/fheroes2/actions/runs/19033889740/job/54353445915?pr=10338. If you're good with this, let's merge. |
There is one thing that bothers me a bit. First, a little background. With current settings in Now is the thing that bothers me. Consider that this PR is merged and |
|
I guess to solve your concerns we need to find a middle ground and probably implement a script that builds an impact set that pulls in headers. If larger than a threshold only run a full scan. |
In general, I'm not against disabling the CTU (by removing the corresponding |
Speeding up the CodeChecker action.