Skip to content
Snippets Groups Projects
Commit cb88782a authored by Bruno Burke's avatar Bruno Burke :hamburger:
Browse files

regex for coverage in testing stage

parent f90996ff
Branches master
No related tags found
No related merge requests found
Pipeline #225645 passed
......@@ -31,7 +31,7 @@ test1:
script:
- lein test
- lein cloverage --lcov
coverage: \|\s+ALL FILES\s+\|\s+\d+\.\d+\s+\|\s+(\d+\.\d+)\s+\|
coverage: '/\|\s+ALL FILES\s+\|\s+\d+\.\d+\s+\|\s+(\d+\.\d+)\s+\|/'
artifacts:
paths:
- target/coverage/lcov.info
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment