diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 7e33225..952709a 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -30,6 +30,11 @@ jobs: - name: Run tests run: | go test -coverprofile=artifacts/coverage.profile ./... + - name: debug coverage report + run: | + echo $GITEA_STEP_SUMMARY + cat artifacts/coverage.profile + - run: echo "This job's status is ${{ job.status }}." - name: coverage report run: | cat artifacts/coverage.profile >> $GITEA_STEP_SUMMARY