changed coverage action test to be recursive
This commit is contained in:
@@ -37,7 +37,7 @@ jobs:
|
|||||||
sleep 5
|
sleep 5
|
||||||
done && \
|
done && \
|
||||||
go run ${{ github.workspace }}/.testing/init/init.go
|
go run ${{ github.workspace }}/.testing/init/init.go
|
||||||
- run: go test -coverprofile='coverage.out'
|
- run: go test -coverprofile='coverage.out' ${{ github.workspace }}/...
|
||||||
- uses: sonarsource/sonarcloud-github-action@master
|
- uses: sonarsource/sonarcloud-github-action@master
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user