Skip to content

Commit

Permalink
no change
Browse files Browse the repository at this point in the history
  • Loading branch information
megha-paliwal-121 committed Aug 13, 2024
1 parent 65b1ed3 commit 4c05864
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,4 @@ 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 4c05864

Please sign in to comment.