Skip to content

Commit 6812cb5

Browse files
committed
daca2-report: a bit better report
1 parent fc46956 commit 6812cb5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/daca2-report.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ def diffResults(reportpath):
121121
mainpage.write('<p>Results when running latest (git head) Cppcheck on Debian.</p>\n')
122122
mainpage.write('<p>For performance reasons the analysis is limited. Files larger than 1mb are skipped. ' +
123123
'If analysis of a file takes more than 10 minutes it may be stopped.</p>\n')
124-
mainpage.write('<p>Negatives: <a href="negatives.txt">' + str(count_negatives) + '</a></p>\n')
125-
mainpage.write('<p>Positives: <a href="positives.txt">' + str(count_positives) + '</a></p>\n')
124+
mainpage.write('<p>Negatives (fixed/lost warnings): <a href="negatives.txt">' + str(count_negatives) + '</a></p>\n')
125+
mainpage.write('<p>Positives (new warnings): <a href="positives.txt">' + str(count_positives) + '</a></p>\n')
126126
mainpage.write('<table class="sortable">\n')
127127
mainpage.write(
128128
'<tr>' +

0 commit comments

Comments
 (0)