From 1c609123705045e83a0f388472a565cc85a2c6ed Mon Sep 17 00:00:00 2001 From: Ruslan Molchanov Date: Fri, 23 Mar 2018 20:30:45 +0300 Subject: JaCoCo regex has been added to the examples block of Test coverage parsing --- app/views/projects/pipelines_settings/_show.html.haml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/views/projects/pipelines_settings/_show.html.haml b/app/views/projects/pipelines_settings/_show.html.haml index 646c01c0989..63a1f25bfec 100644 --- a/app/views/projects/pipelines_settings/_show.html.haml +++ b/app/views/projects/pipelines_settings/_show.html.haml @@ -151,6 +151,9 @@ %li excoveralls (Elixir) - %code \[TOTAL\]\s+(\d+\.\d+)% + %li + JaCoCo (Java/Kotlin) + %code Total.*?([0-9]{1,3})% = f.submit 'Save changes', class: "btn btn-save" -- cgit v1.2.1