From c3a48668000ee89774c10cf371432d0ac4aadabf Mon Sep 17 00:00:00 2001 From: Ahmad Samra Date: Sat, 11 Nov 2023 13:12:02 +0200 Subject: [PATCH] Update go.yml --- .github/workflows/go.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e57e8a8..e7a83ed 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -44,17 +44,17 @@ jobs: go get github.com/mattn/goveralls fi - # Get Project dependencies - # - name: Create Coverage report - # run: | - # go install github.com/ory/go-acc@latest - # go-acc -o coverage.out ./... -- -timeout 30m + Get Project dependencies + - name: Create Coverage report + run: | + go install github.com/ory/go-acc@latest + go-acc -o coverage.out ./... -- -timeout 30m - # - name: Code coverage - # uses: coverallsapp/github-action@master - # with: - # github-token: ${{ secrets.GITHUB_TOKEN }} - # path-to-lcov: ${{ github.workspace }}/coverage.out + - name: Code coverage + uses: coverallsapp/github-action@master + with: + github-token: ${{ secrets.GITHUB_TOKEN }} + path-to-lcov: ${{ github.workspace }}/coverage.out # GoSec security scanner - name: Run Gosec Security Scanner