A simple file sharing site with an easy to use API and online panel.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

17 行
272B

  1. language:
  2. node_js
  3. node_js:
  4. - "node"
  5. services:
  6. - mongodb
  7. cache:
  8. directories:
  9. - "node_modules"
  10. install:
  11. - npm ci
  12. - npm install -g npx
  13. script:
  14. - npx gulp
  15. - npx istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec
  16. - npx codecov