Qodana report: Coverage category missing in PR or scoped runs
Problem
The Coverage category does not appear in the category dropdown in Qodana reports for pull request or scoped runs. It is not possible to view or drill down into files requiring more coverage after a fresh coverage threshold failure in this mode.
Cause
In pull request and scoped runs, Qodana still measures coverage and checks the fresh coverage threshold, but individual coverage problems are not listed in the report. As a result, the Coverage category is not included, and detailed file-level coverage information is unavailable.
Resolution
To see coverage problems and per-file coverage data, run a full scan without PR mode enabled. A full scan report will include the Coverage category and provide file-level detail about coverage issues.
Coverage problems support in pull request runs is tracked in QD-10958. This improvement is planned for Qodana 2026.2. Follow the linked issue for updates.
Please sign in to leave a comment.