ismarslomic/nodejs-microservice-poc

View on GitHub
.inch.yml

Summary

Maintainability
Test Coverage
# Doc Evaluate: http://inch-ci.org
files:
  # define files included in the analysis (defaults to ["{app,lib}/**/*.rb"])
  included:
    - server/**/*.js
  # exclude test files named *.spec.js
  excluded:
    - server/**/*.spec.js