Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
https://codechecker.readthedocs.io
Apache License 2.0
2.15k stars 357 forks source link

[fix] Store temp .plist files in report dir during store #4248

Closed bruntib closed 1 month ago

bruntib commented 1 month ago

In an earlier PR (#4237) there was a development about placing temporary files in the report directory instead of /tmp, since some systems have limited resourced in the /tmp folder.

This PR is a continuation of this work: some other temporary files during storage are put to the report folder.