Commit 893fd172 authored by Harsh Gadgil's avatar Harsh Gadgil Committed by Fabio Pitino

Add regex for Scoverage

parent f964c97c
...@@ -119,6 +119,9 @@ ...@@ -119,6 +119,9 @@
%li %li
pytest-cov (Python) - pytest-cov (Python) -
%code ^TOTAL.+?(\d+\%)$ %code ^TOTAL.+?(\d+\%)$
%li
Scoverage (Scala) -
%code Statement coverage[A-Za-z\.*]\s*:\s*([^%]+)
%li %li
phpunit --coverage-text --colors=never (PHP) - phpunit --coverage-text --colors=never (PHP) -
%code ^\s*Lines:\s*\d+.\d+\% %code ^\s*Lines:\s*\d+.\d+\%
......
---
title: Added code coverage regex for Scala Scoverage
merge_request: 46638
author: opensorceror
type: changed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment