fkanout/koa-validator

View on GitHub
.travis.yml

Summary

Maintainability
Test Coverage
language: node_js
node_js:
  - "12.14.0"
install:
  - npm install -g codecov
  - npm install
script:
  - nyc --reporter=lcov --reporter=text-lcov mocha test
  - codecov