Merge pull request #3431 from aloisklink/other/re-enable-coverage

Re-enable coverage upload to coveralls
This commit is contained in:
Knut Sveidqvist
2022-09-12 19:04:54 +02:00
committed by GitHub
5 changed files with 21 additions and 92 deletions

View File

@@ -12,6 +12,10 @@ module.exports = {
{ 'token-stack': true },
],
},
coveragePathIgnorePatterns: [
'/node_modules/',
'^.+\\.jison$', // might be able to fix in future if .jison adds source-map support
],
transformIgnorePatterns: ['/node_modules/(?!dagre-d3-renderer/lib|khroma).*\\.js'],
testPathIgnorePatterns: ['/node_modules/', '.cache', './cypress'],
moduleNameMapper: {