From ec5118279d5ddbde593c1ff00b2a41063f912cd6 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sat, 23 Mar 2024 17:15:32 -0700 Subject: [PATCH] debug generate coverage report --- .gitea/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 3404aeb..01f1520 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -34,5 +34,5 @@ jobs: - name: coverage report run: | go tool cover -html=artifacts/coverage.profile -o artifacts/coverage.html - cat artifacts/coverage.html >> $GITHUB_STEP_SUMMARY + cat artifacts/coverage.html - run: echo "This job's status is ${{ job.status }}."