Skip to content

Commit

Permalink
report
Browse files Browse the repository at this point in the history
  • Loading branch information
megha-paliwal-121 committed Aug 13, 2024
1 parent f9e9c0e commit 65b1ed3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,15 @@ jobs:
dotnet build "ReactCSharpPractice\ReactCSharpPractice.sln"
dotnet dotcover test --dcReportType=HTML
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@<action version> # Ex: v2.1.0, See the latest version at https://github.com/marketplace/actions/sonarcloud-scan
with:
projectBaseDir: my-custom-directory
args: >
-Dsonar.organization=megha-paliwal-121-1
-Dsonar.python.coverage.reportPaths=coverage.xml
-Dsonar.sources=lib/
-Dsonar.test.exclusions=tests/**
-Dsonar.tests=tests/
-Dsonar.verbose=true

0 comments on commit 65b1ed3

Please sign in to comment.