UNPKG

istanbul-slack-notify

Version:

Sends nyc (aka: istanbul) coverage summary and git build details to Slack using a pass/fail threshold for project coverage.

10 lines (8 loc) 193 B
const config = { verbose: true, collectCoverage: true, transform: {}, collectCoverageFrom: ["src/**"], coverageReporters: ["json", "lcov", "text-summary"], }; export default config;