UNPKG

serverless-plugin-lambda-otel

Version:

A Serverless Framework plugin for enabling AWS OTEL Lambda layer on Lambda services

13 lines (12 loc) 245 B
module.exports = { testMatch: ['**/?(*.)+(spec|test).+(ts|tsx|js)'], collectCoverage: true, collectCoverageFrom: ['./index.js'], coverageThreshold: { global: { lines: 90, branches: 85, functions: 90, }, }, };