django-vue3-admin-web/node_modules/claygl/circle.yml
2025-10-20 21:21:14 +08:00

8 lines
130 B
YAML

machine:
node:
version: 8.8.0
test:
override:
- npm run test:cov
post:
- bash <(curl -s https://codecov.io/bash)