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