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