Loading .gitlab-ci.yml +6 −5 Original line number Diff line number Diff line Loading @@ -105,10 +105,11 @@ test:client: - yarn workspaces focus --all - yarn build-api-schema - yarn workspace @sc07-canvas/lib build - yarn workspace @sc07-canvas/client vitest run \ --browser.headless \ --coverage \ --coverage.reporter=text-summary \ - yarn workspace @sc07-canvas/client vitest run --config vitest.config.ts --browser.headless --coverage --coverage.reporter=text-summary --coverage.reporter=cobertura coverage: /All\sfiles.*?\|\s+[\d\.]+/ artifacts: Loading Loading
.gitlab-ci.yml +6 −5 Original line number Diff line number Diff line Loading @@ -105,10 +105,11 @@ test:client: - yarn workspaces focus --all - yarn build-api-schema - yarn workspace @sc07-canvas/lib build - yarn workspace @sc07-canvas/client vitest run \ --browser.headless \ --coverage \ --coverage.reporter=text-summary \ - yarn workspace @sc07-canvas/client vitest run --config vitest.config.ts --browser.headless --coverage --coverage.reporter=text-summary --coverage.reporter=cobertura coverage: /All\sfiles.*?\|\s+[\d\.]+/ artifacts: Loading