{ "extends": "@istanbuljs/nyc-config-typescript", "all": true, "check-coverage": true, "extension": [ ".ts" ], "include": [ "lib/**/*" ], "exclude": [ "lib/utils/DummyRabbitMQ.ts" ], "reporter": [ "html", "text", "text-summary", "lcov" ], "branches": 80, "lines": 80, "functions": 80, "statements": 80 }