generate coverage report
All checks were successful
Declarative Tests / test (push) Successful in 45s
All checks were successful
Declarative Tests / test (push) Successful in 45s
This commit is contained in:
parent
dc85c45226
commit
1b1a508aae
@ -22,17 +22,12 @@ jobs:
|
|||||||
- ${{ vars.GITEA_WORKSPACE }}:/go/src
|
- ${{ vars.GITEA_WORKSPACE }}:/go/src
|
||||||
options: --cpus 1
|
options: --cpus 1
|
||||||
steps:
|
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
|
- run: apk add --no-cache nodejs
|
||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: echo "The ${{ gitea.repository }} repository has been cloned to the runner."
|
- 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: echo "The workflow is now ready to test your code on the runner."
|
||||||
- run: pwd
|
|
||||||
- run: find .
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
go test ./...
|
go test -coverprofile=artifacts/coverage.profile ./...
|
||||||
- run: echo "This job's status is ${{ job.status }}."
|
- run: echo "This job's status is ${{ job.status }}."
|
||||||
|
0
artifacts/.gitkeep
Normal file
0
artifacts/.gitkeep
Normal file
Loading…
Reference in New Issue
Block a user