afdian
Version:
爱发电 SDK for Node.js and Browser
21 lines (19 loc) • 467 B
YAML
language: node_js
node_js: 16
branches:
only:
- main
cache:
directories:
- node_modules
install:
- npm install
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
- ./cc-test-reporter before-build
script:
- npm run test
after_script:
- ./cc-test-reporter format-coverage -t lcov coverage/lcov.info
- ./cc-test-reporter upload-coverage