@ -22,16 +22,6 @@ test:
script:
- bun run lint
- bun run check
- bun run test --coverage
coverage: '/All files\s*\|\s*[\d.]+\s*\|\s*([\d.]+)/'
artifacts:
reports:
coverage_report:
coverage_format: cobertura
path: coverage/cobertura-coverage.xml
paths:
- coverage/
expire_in: 1 week
only:
- main
- merge_requests
@ -41,8 +31,8 @@ build:
<<: *node_template
stage: build
- bun run build
- bun run build:ldo
- dist/
@ -55,8 +45,8 @@ pages:
stage: deploy
- mkdir public
- cp -r dist/* public/