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