warrenbrasil/Warren - Run Tests and SonarQube Analysis

Run .NET Tests and sends the result to SonarQube

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
sonar-tokenSonarQube tokenyes
sonar-host-urlSonarQube URLyes
sonar-project-keySonarQube project keyyes
sonar-organizationSonarQube organization nameyes
solutionSolution file name without the .sln extension (do not use with project input parameter)no""
projectThe path of test project to be tested (do not use with solution input parameter)no""
code-exclusionsThe matching path for code that should be excluded from coverage (absolute, relative and pattern paths are acceptable)no""
pull-requestBoolean to change behavior of dotnet-sonarscanner for pull requestsyes
branch-nameBranch name to be displayed on SonarQube (required when pull-request is false)no
pull-request-numberThe number of the pull request (required when pull-request is true)no
pull-request-baseThe target branch name from the pull request (required when pull-request is true)no
pull-request-headThe target source name from the pull request (required when pull-request is true)no
quality-gate-waitPoll to SonarQube instance until the Quality Gate status is availablenotrue
verbosityVerbosity level for dotnet test commandnom
enable-dotnet-restoreRuns dotnet restore before dotnet testnotrue
dotnet-restore-flagsAdd flags to dotnet restore commandno""
enable-dotnet-buildRuns dotnet build with no restore before dotnet testnotrue
dotnet-build-flagsAdd flags to dotnet build commandno--no-restore
dotnet-test-flagsAdd flags to dotnet test commandno--no-build --no-restore

no outputs