From 1426ae573f0f5cef01ca05e7b18fc01a674197ce Mon Sep 17 00:00:00 2001 From: TiejunZhou <50469179+TiejunMS@users.noreply.github.com> Date: Thu, 23 Nov 2023 03:43:52 +0000 Subject: [PATCH] Add affix to titles of code coverage --- .github/workflows/regression_template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/regression_template.yml b/.github/workflows/regression_template.yml index fcca3c8f..687e51bd 100644 --- a/.github/workflows/regression_template.yml +++ b/.github/workflows/regression_template.yml @@ -103,7 +103,7 @@ jobs: uses: LouisBrunner/checks-action@v1.6.2 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Code Coverage + name: Code Coverage ${{ inputs.result_affix }} conclusion: ${{ job.status }} output: | {"summary":"Coverage Report"}