File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -114,8 +114,6 @@ als-cov:
114114
115115 - target_subdir=$target_subdir/ada-coverage
116116 - publish-pages $CI_PROJECT_DIR/coverage/dhtml/ --target-subdir $target_subdir --expires 30
117- - >
118- echo "Coverage report: https://pages.gitlab.adacore-it.com/$CI_PROJECT_PATH/$target_subdir/index.html"
119117 coverage : ' /^Stmt Coverage:\s+(\d+\.\d+\%) \(\d+ \/ \d+\)$/'
120118 artifacts :
121119 when : always # Upload on errors too
@@ -152,8 +150,6 @@ vscode-extension:
152150 fi
153151 - target_subdir=$target_subdir/ts-coverage
154152 - publish-pages $CI_PROJECT_DIR/coverage/ --target-subdir $target_subdir --expires 30
155- - >
156- echo "Coverage report: https://pages.gitlab.adacore-it.com/$CI_PROJECT_PATH/$target_subdir/index.html"
157153
158154 # Compute coverage percentage
159155 - line_rate=$(cat $CI_PROJECT_DIR/coverage/cobertura-coverage.xml | grep -o 'line-rate="\([^"]\+\)"' | head -1 | grep -o '[0-9.]\+')
You can’t perform that action at this time.
0 commit comments