aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-07-21 10:29:34 +0800
committercrupest <crupest@outlook.com>2020-07-21 10:29:34 +0800
commitc4dec416d3a10e4a1d47f65310f2cdd3ce694ef6 (patch)
treeea8d50f43013591ec279f2d8c508fe13483a3f7b
parent355fc87b1af69cf9a9e61ec0c1945255eb989334 (diff)
downloadtimeline-c4dec416d3a10e4a1d47f65310f2cdd3ce694ef6.tar.gz
timeline-c4dec416d3a10e4a1d47f65310f2cdd3ce694ef6.tar.bz2
timeline-c4dec416d3a10e4a1d47f65310f2cdd3ce694ef6.zip
更新 Jenkinsfile
-rw-r--r--Jenkinsfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jenkinsfile b/Jenkinsfile
index d48dccd0..2a499509 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -20,7 +20,7 @@ pipeline {
}
stage('构建与测试') {
steps {
- sh 'dotnet test --logger:"html;LogFileName=index.html" --collect:"XPlat Code Coverage" --settings \'./Timeline.Tests/coverletArgs.runsettings\''
+ sh 'dotnet test --logger:"junit;LogFileName=test-result.xml" --collect:"XPlat Code Coverage" --settings \'./Timeline.Tests/coverletArgs.runsettings\''
codingHtmlReport(name: 'test-result', path: 'Timeline.Tests/TestResults/', entryFile: 'index.html')
}
}