mirror of
https://github.com/oliverbooth/X10D
synced 2024-11-22 03:38:46 +00:00
fix(ci): install dotCover global tool for sonarcloud workflow
This commit is contained in:
parent
74f957f0c2
commit
2445e36cfd
5
.github/workflows/sonarcloud.yml
vendored
5
.github/workflows/sonarcloud.yml
vendored
@ -44,6 +44,11 @@ jobs:
|
||||
New-Item -Path .\.sonar\scanner -ItemType Directory
|
||||
dotnet tool update dotnet-sonarscanner --tool-path .\.sonar\scanner
|
||||
|
||||
- name: Install dotCover
|
||||
shell: powershell
|
||||
run: |
|
||||
dotnet tool install --global JetBrains.dotCover.GlobalTool
|
||||
|
||||
- name: Build and analyze
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
|
||||
|
Loading…
Reference in New Issue
Block a user