diff --git a/Jenkinsfile b/Jenkinsfile index ef18e3d..1c82ecb 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -172,7 +172,8 @@ pipeline { dotnet sonarscanner begin \ /k:AS400API \ - /d:sonar.cs.opencover.reportsPaths="${COVERAGE_FILE}" + /d:sonar.cs.opencover.reportsPaths="${COVERAGE_FILE}" \ + /d:sonar.exclusions="TestResults/Coverage/html/**" ''' }