Skip to content

Feat/4183/cache files in cc json#4270

Merged
Nereboss merged 12 commits intomainfrom
feat/4183/cache-files-in-cc-json
Oct 17, 2025
Merged

Feat/4183/cache files in cc json#4270
Nereboss merged 12 commits intomainfrom
feat/4183/cache-files-in-cc-json

Conversation

@Nereboss
Copy link
Collaborator

@Nereboss Nereboss commented Oct 15, 2025

Add new --base-file parameter to unified and rawtextparser

Closes: #4183

Description

Adds a new flag to these parsers meaning they take in a base cc.json (that contains checksums for individual files) so that for unchanged files the metrics from the base file are used and not calculated anew.

Definition of Done

A PR is only ready for merge once all the following acceptance criteria are fulfilled:

  • Changes have been manually tested
  • All TODOs related to this PR have been closed
  • There are automated tests for newly written code and bug fixes
  • All bugs discovered while working on this PR have been submitted as issues (if not already an open issue)
  • Documentation (GH-pages, analysis/visualization READMEs, parser READMEs, --help, etc.) has been updated (almost always necessary except for bug fixes)
  • CHANGELOG.md has been updated

Screenshots or gifs

@sonarqubecloud
Copy link

@Nereboss Nereboss merged commit 1c081c4 into main Oct 17, 2025
5 of 7 checks passed
@Nereboss Nereboss deleted the feat/4183/cache-files-in-cc-json branch October 17, 2025 08:17
@coderabbitai coderabbitai bot mentioned this pull request Feb 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UnifiedParser: Cache files that did not change and only calculate metrics for those that did

2 participants