Skip to content

Commit

Permalink
doc: #3 Trying to put coverage in place
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Broudoux <[email protected]>
  • Loading branch information
lbroudoux committed Aug 1, 2023
1 parent f255bc1 commit 5645130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar-cloud-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: mvn -B sonar:sonar -Pcoverage -Dsonar.projectKey=microcks_microcks-testcontainers-java
run: mvn -B verify sonar:sonar -Pcoverage -Dsonar.projectKey=microcks_microcks-testcontainers-java

- name: Build and analyze
env:
Expand Down

0 comments on commit 5645130

Please sign in to comment.