Skip to content
This repository has been archived by the owner on Mar 16, 2024. It is now read-only.

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rehabaam authored Nov 11, 2023
1 parent 4afe604 commit c3a4866
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c3a4866

Please sign in to comment.