C#: Add framework coverage report

This commit is contained in:
Tamas Vajk
2021-06-25 10:06:43 +02:00
parent 016e8fb2cf
commit 5aba7142e8
3 changed files with 16 additions and 1 deletions

View File

@@ -234,7 +234,8 @@ for lang in settings.languages:
row[1] = ", ".join("``{0}``".format(p.name)
for p in sorted(other_packages, key=lambda x: x.name))
csvwriter.writerow(row)
if any(other_packages):
csvwriter.writerow(row)
# Collect statistics on all packages
row = [row_prefix + "Totals", None]