diff --git a/.gitignore b/.gitignore index 496bb1ed..db83937c 100644 --- a/.gitignore +++ b/.gitignore @@ -13,4 +13,7 @@ yarn-error.log ## SSH .ssh -*.pub \ No newline at end of file +*.pub + +## CodeCov +coverage \ No newline at end of file diff --git a/jest.config.js b/jest.config.js index 6114ff66..ae3bf419 100644 --- a/jest.config.js +++ b/jest.config.js @@ -8,5 +8,6 @@ module.exports = { '^.+\\.ts$': 'ts-jest' }, verbose: true, - setupFiles: ["/__tests__/env.js"] + setupFiles: ["/__tests__/env.js"], + collectCoverage: true } \ No newline at end of file