From 1b1a508aae2b27173cdbc2fa8ec710695a2ad931 Mon Sep 17 00:00:00 2001 From: Matthew Rich Date: Sat, 23 Mar 2024 13:03:42 -0700 Subject: [PATCH] generate coverage report --- .gitea/workflows/test.yaml | 7 +------ artifacts/.gitkeep | 0 2 files changed, 1 insertion(+), 6 deletions(-) create mode 100644 artifacts/.gitkeep diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index bc212da..49c013c 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -22,17 +22,12 @@ jobs: - ${{ vars.GITEA_WORKSPACE }}:/go/src options: --cpus 1 steps: - - run: echo "The job was automatically triggered by a ${{ gitea.event_name }} event." - - run: echo "This job is now running on a ${{ runner.os }} server hosted by Gitea!" - - run: echo "The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." - run: apk add --no-cache nodejs - name: Check out repository code uses: actions/checkout@v3 - run: echo "The ${{ gitea.repository }} repository has been cloned to the runner." - run: echo "The workflow is now ready to test your code on the runner." - - run: pwd - - run: find . - name: Run tests run: | - go test ./... + go test -coverprofile=artifacts/coverage.profile ./... - run: echo "This job's status is ${{ job.status }}." diff --git a/artifacts/.gitkeep b/artifacts/.gitkeep new file mode 100644 index 0000000..e69de29