Update publish-report action to write output to test.md instead of index.md
Build and Analyse / build-and-analyse (push) Successful in 39s
Build and Analyse / build-and-analyse (push) Successful in 39s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user