Fix #14689 (html report: Fix missing severity and classification bars)#8456
Fix #14689 (html report: Fix missing severity and classification bars)#8456vkucera wants to merge 3 commits intocppcheck-opensource:mainfrom
Conversation
Fixes a bug introduced in cppcheck-opensource#7994.
|
Thanks for the review. Is there anything left before it can be merged? |
|
does this suggestion below make sense? I asked claude about how to test this.. filter_bar() is called during full report generation. Since example.xml already contains severity="error" and severity="style", an integration test can assert that the severity bar Add one test method to test_htmlreport.py: |
|
Hi @danmar , thanks for the suggestion. |



Fixes a bug introduced in #7994.