diff --git a/jest.config.js b/jest.config.js index 5fe03dd..115ea38 100644 --- a/jest.config.js +++ b/jest.config.js @@ -9,5 +9,10 @@ const config = { }, verbose: true, cache: false, + coverageReporters: ["text", "text-summary", "html"], + coveragePathIgnorePatterns: [ + "library/adapter/discord-js-adapter", + "library/adapter/test-adapter", + ], } export default config