From af82dcd41e9fd76f69def68a9ac8f7e884c128ad Mon Sep 17 00:00:00 2001 From: Anupong Hompan Date: Tue, 28 Oct 2025 16:21:26 +0700 Subject: [PATCH] JK & Update test --- AS400API.Tests/AS400API.Tests.csproj | 3 +++ Jenkinsfile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/AS400API.Tests/AS400API.Tests.csproj b/AS400API.Tests/AS400API.Tests.csproj index feba4f8..561656a 100644 --- a/AS400API.Tests/AS400API.Tests.csproj +++ b/AS400API.Tests/AS400API.Tests.csproj @@ -12,6 +12,9 @@ + + all + diff --git a/Jenkinsfile b/Jenkinsfile index ca1b65c..3b2ff76 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -126,7 +126,7 @@ pipeline { dotnet test AS400API.sln --configuration "${BUILD_CONFIGURATION}" --no-build \ /p:CollectCoverage=true \ /p:CoverletOutputFormat=opencover \ - /p:CoverletOutput="${COVERAGE_DIR}/" \ + /p:CoverletOutput="${WORKSPACE}/${COVERAGE_DIR}/" \ --results-directory "${TEST_RESULTS_DIR}" \ --logger "trx;LogFileName=test-results.trx" \ --logger "junit;LogFileName=test-results.xml"