ci: Add code coverage collection to SonarCloud

pull/47/head
Robert Dailey 3 years ago
parent 084b87e96d
commit dc056204fe

@ -91,11 +91,8 @@ jobs:
-d:"sonar.login=${{ secrets.SONAR_TOKEN }}"
-d:"sonar.host.url=https://sonarcloud.io"
- name: Build
run: dotnet build src
- name: Test
run: dotnet test src
run: dotnet test src --collect:"XPLat Code Coverage"
- name: End Sonar Scanner
run: >

Loading…
Cancel
Save