This commit is contained in:
Anupong Hompan 2025-10-28 15:37:14 +07:00
parent 3ff7f9d60a
commit 0674e0b782

1
Jenkinsfile vendored
View File

@ -124,6 +124,7 @@ pipeline {
/p:CollectCoverage=true \
/p:CoverletOutputFormat=opencover \
/p:CoverletOutput="${COVERAGE_DIR}/" \
--results-directory "${TEST_RESULTS_DIR}" \
--logger "trx;LogFileName=test-results.trx" \
--logger "junit;LogFileName=test-results.xml"
'''