changed coverage action test to be recursive

This commit is contained in:
W Anders
2024-05-21 13:12:20 -06:00
parent 77cd797a0a
commit 63c7b87be5
+1 -1
View File
@@ -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 }}