collect coverage html

This commit is contained in:
Primakov Alexandr Alexandrovich 2021-01-30 11:44:06 +03:00
parent 8124bd6446
commit d4a44a265b

View File

@ -0,0 +1,4 @@
stage('collect coverage') {
sh 'mkdir -p dist/coverage'
sh 'mv reports/coverage/html dist/coverage/html'
}