This commit is contained in:
Leonid Pershin
2025-10-17 08:35:39 +03:00
parent 8aaac75b58
commit 33403b6511

View File

@@ -26,6 +26,9 @@ jobs:
run: | run: |
mkdir -p ~/.sonar/scanner mkdir -p ~/.sonar/scanner
dotnet tool install dotnet-sonarscanner --tool-path ~/.sonar/scanner dotnet tool install dotnet-sonarscanner --tool-path ~/.sonar/scanner
- name: Install dotnet-coverage
run: |
dotnet tool install --global dotnet-coverage
- name: Restore dependencies - name: Restore dependencies
run: dotnet restore --verbosity normal run: dotnet restore --verbosity normal
- name: Build and analyze - name: Build and analyze