A simple file sharing site with an easy to use API and online panel.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
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