Skip to content

Commit

Permalink
get coverage profile
Browse files Browse the repository at this point in the history
  • Loading branch information
ardevd committed Feb 14, 2024
1 parent d316e78 commit 08062a8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3

- name: Run tests and generate coverage profile
run: go test ./... -coverprofile=coverage.prof

- name: Analyze with SonarQube

# You can pin the exact commit or the version.
Expand Down

0 comments on commit 08062a8

Please sign in to comment.