Skip to content

Commit

Permalink
DYN-7116 (#107)
Browse files Browse the repository at this point in the history
* Add Sonar stuff.

* Command update!

* Use common build machines (#102)

The perf machines in the Boston office currently have no access to SonarQube. Ticket has been filed.

* Testing dotnet Scanner for @sm6srw (#103)

Co-authored-by: Alexis Erazo <[email protected]>

* Remove dotnet coverage part of test scripts.

* Add dotnet sonar scanner.

---------

Co-authored-by: Alexis Erazo <[email protected]>
Co-authored-by: Jorgen Dahl <[email protected]>
  • Loading branch information
3 people authored Jun 28, 2024
1 parent 4a15b31 commit 3b936b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ ci_test:
tests:
-
scripts:
- "dotnet test --no-build --configuration Release src/GregClient.sln --logger:junit --logger:trx"
- dotnet coverage collect "dotnet test --no-build --configuration Release src/GregClient.sln --logger:junit --logger:trx" -f xml -o "coverage.xml"

test_report_dir: src\\GregClientTests\\TestResults
test_report_pattern:
Expand All @@ -46,7 +46,7 @@ ci_test:

code_analysis:
sonarqube:
useDotnetSonarScanner: false
useDotnetSonarScanner: true
scanOnAnyBranch: true
coverage_reports:
- coverage.xml
Expand Down

0 comments on commit 3b936b3

Please sign in to comment.