This commit is contained in:
aswin-in-philips 2023-02-17 12:57:48 +05:30
parent 6209272b46
commit 642ccbef85
1 changed files with 6 additions and 6 deletions

View File

@ -107,14 +107,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install Go
run: |
sudo apt update
sudo apt install golang
- name: Set up Go 1.16
uses: actions/setup-go@v2
with:
go-version: 1.16.x
id: go
- name: coverage-report
- name: coverage
run: |
cd ${{ github.workspace }}
go test -cover
# - name: SonarQube Scan