forked from ard/ruoyi-api

艾金辉
2023-07-21 64066a0cd1489bde1a85bec34a8c2c2fb1a47ee6
1
2
3
4
5
6
7
8
9
10
11
12
13
14
sudo: false
language: node_js
node_js:
  - "4.1"
  - "0.12"
  - "0.10"
 
env:
  global:
    - ISTANBUL_COVERAGE: yes
 
after_success:
  - npm i coveralls
  - cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && echo "Coverage data was sent to coveralls!"