generate coverage report
All checks were successful
Declarative Tests / test (push) Successful in 45s

This commit is contained in:
Matthew Rich 2024-03-23 13:03:42 -07:00
parent dc85c45226
commit 1b1a508aae
2 changed files with 1 additions and 6 deletions

View File

@ -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 }}."

0
artifacts/.gitkeep Normal file
View File