File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 6161 $env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
6262 Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
6363 bash codecov.sh -f "GeUtilities.Tests/GeUtilities_coverage.xml" -t $env:codecovtoken
64+ - MSBuild.SonarQube.Runner.exe begin /k:"geutilities" /o:"genometric" /d:"sonar.host.url=https://sonarcloud.io" /d:"sonar.login=%sonartoken%" /d:sonar.cs.opencover.reportsPaths="\GeUtilities.Tests\GeUtilities_coverage.xml"
65+ - MSBuild.exe /t:Rebuild
66+ - ps : cd GeUtilities.Tests
67+ - OpenCover.Console.exe -register:"user" -target:"C:/Program Files/dotnet/dotnet.exe" -targetargs:"xunit -noshadow" -filter:"+[*]*" -oldStyle -output:"GeUtilities_coverage.xml"
68+ - ps : cd ..
69+ - MSBuild.SonarQube.Runner.exe end /d:"sonar.login=%sonartoken%"
6470
6571 artifacts :
6672 - path : GeUtilities/bin/Release/Genometric.GeUtilities*.nupkg
You can’t perform that action at this time.
0 commit comments