Skip to content

Commit

Permalink
Fix ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
aimenux committed Jan 30, 2024
1 parent 439ea17 commit 10798c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@ jobs:
7.0.x
8.0.x
- name: SonarCloud Scan
uses: highbyte/sonarscan-dotnet@v2.2.1
uses: highbyte/sonarscan-dotnet@v2.3.1
with:
sonarProjectName: JwtCli
sonarProjectKey: JwtCli-Key
sonarOrganization: aimenux-sonar-cloud-key
dotnetTestArguments: -f net7.0 --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
dotnetTestArguments: -f net8.0 --collect:"XPlat Code Coverage" -- DataCollectionRunSettings.DataCollectors.DataCollector.Configuration.Format=opencover
sonarBeginArguments: /d:sonar.cs.opencover.reportsPaths="**/**/TestResults/**/coverage.opencover.xml"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 10798c6

Please sign in to comment.