diff --git a/AS400API.Tests/AS400API.Tests.csproj b/AS400API.Tests/AS400API.Tests.csproj index 21733cb..feba4f8 100644 --- a/AS400API.Tests/AS400API.Tests.csproj +++ b/AS400API.Tests/AS400API.Tests.csproj @@ -6,6 +6,7 @@ false + diff --git a/Jenkinsfile b/Jenkinsfile index 8dccc31..df42bc0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -162,6 +162,7 @@ pipeline { # รันเทส + สร้างผลลัพธ์ JUnit XML + Coverage (Cobertura) dotnet test \ --logger "junit;LogFileName=test-results.xml" \ + --results-directory "TestResults" \ /p:CollectCoverage=true \ /p:CoverletOutput=coverage/ \ /p:CoverletOutputFormat=cobertura