rabobank-blockchain/universal-ledger-agent

View on GitHub
.nycrc

Summary

Maintainability
Test Coverage
{
  "extension": [".ts", ".js"],
  "reporter": ["text", "cobertura", "lcovonly", "html"],
  "include": "src",
  "all": true,
  "sourceMap": true,
  "instrument": true,
  "cache": true,
  "report-dir": "./coverage"
}