Skip to content
Snippets Groups Projects
Commit 1ed2fe58 authored by Millicent Billette's avatar Millicent Billette
Browse files

FIX: catch coverage in gitlab-CI 15 style ( removed from gitlab config to land in .gitlab-ci.yml )

parent 5cb0bdce
Branches
Tags
No related merge requests found
Pipeline #17346 passed with warnings
...@@ -58,6 +58,7 @@ mirror-git.duniter.org: ...@@ -58,6 +58,7 @@ mirror-git.duniter.org:
pages: pages:
stage: test stage: test
image: node:latest image: node:latest
coverage: '/Statements[^0-9]+(\d+\.\d+)%/'
script: script:
- npm run test:production - npm run test:production
- mkdir -p public/dist - mkdir -p public/dist
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment