Skip to content

Commit

Permalink
ci: verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Hertzole committed Jan 15, 2024
1 parent 9941078 commit 2834886
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,9 +153,9 @@ jobs:
/o:"hertzole" \
/k:"scriptable-values" \
/d:sonar.host.url=https://sonarcloud.io \
/d:sonar.verbose=false \
/d:sonar.verbose=true \
/d:sonar.token=$SONAR_TOKEN \
/d:sonar.cs.nunit.reportsPaths=Tests/editmode.xml,Tests/playmode.xml \
/d:sonar.cs.opencover.reportsPaths=Coverage/**.xml
/d:sonar.cs.nunit.reportsPaths=Tests/**.xml \
/d:sonar.cs.opencover.reportsPaths=Coverage/workspace-opencov/**.xml
dotnet build scriptable-values.sln
./dotnet-sonarscanner end /d:sonar.token=$SONAR_TOKEN

0 comments on commit 2834886

Please sign in to comment.