Clean up coverage and fix issue with notebook names (#10826)

* Clean up coverage and fix issue with notebook names

* update name
This commit is contained in:
Charles Gagnon
2020-06-10 13:44:38 -07:00
committed by GitHub
parent d849ed9357
commit dff43687e2
6 changed files with 200 additions and 141 deletions

View File

@@ -3,8 +3,10 @@
"relativeSourcePath": "..",
"relativeCoverageDir": "../../coverage",
"ignorePatterns": [
"**/integrationTest/**",
"**/node_modules/**",
"**/test/**"
"**/test/**",
"extension.js"
],
"reports": [
"cobertura",