Skip to content

Commit

Permalink
fix: add ignores
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesus Seijas committed Feb 24, 2020
1 parent c2c9bfb commit 3d58481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ toto.js
node_modules
dist
docs/v3/static/scripts
packages/python-compiler/src/python-executer.js
packages/python-compiler/src/python-executer.js
packages/express-api-server/src/public/**/*.*
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
"collectCoverage": true,
"collectCoverageFrom": [
"**/src/**/**.js",
"!./packages/lang-**/**"
"!./packages/lang-**/**",
"!./packages/python-compiler/src/python-executer.js",
"!./packages/express-api-server/src/public/**/**"
],
"coverageDirectory": "coverage",
"testEnvironment": "node"
Expand Down

0 comments on commit 3d58481

Please sign in to comment.