From dfefde15d3f2695c12cc1c817a03199f49cd99e3 Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Tue, 21 Oct 2025 08:09:21 +0700 Subject: [PATCH] Update JK, Test configure --- AS400API.Tests/AS400API.Tests.csproj | 1 + Jenkinsfile | 1 + 2 files changed, 2 insertions(+) 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