diff --git a/.github/actions/publish-report/action.yml b/.github/actions/publish-report/action.yml index 9e9d00b..5bf2fa0 100644 --- a/.github/actions/publish-report/action.yml +++ b/.github/actions/publish-report/action.yml @@ -97,7 +97,7 @@ runs: else: 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) print(md) EOF