Update publish-report action to write output to test.md instead of index.md
Build and Analyse / build-and-analyse (push) Successful in 39s

This commit is contained in:
2026-06-28 12:48:34 +02:00
parent eea6e72145
commit ba9bc9ea93
+1 -1
View File
@@ -97,7 +97,7 @@ runs:
else: else:
md += "_No JaCoCo report found._\n" md += "_No JaCoCo report found._\n"
with open("reports/index.md", "w") as out: with open("reports/test.md", "w") as out:
out.write(md) out.write(md)
print(md) print(md)
EOF EOF