Skip to content

Commit

Permalink
Coverage report for unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
sudhirverma authored and invincibleJai committed Oct 16, 2018
1 parent a996769 commit 70b0e48
Show file tree
Hide file tree
Showing 6 changed files with 1,164 additions and 230 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ ca-lsp-server/
.vscode-test/
.DS_Store
*.tar.*
.history
coverage/
16 changes: 16 additions & 0 deletions coverconfig.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"enabled": true,
"relativeSourcePath": "../src",
"relativeCoverageDir": "../../coverage",
"ignorePatterns": [
"**/node_modules/**"
],
"includePid": false,
"reports": [
"html",
"text",
"cobertura",
"json"
],
"verbose": false
}
Loading

0 comments on commit 70b0e48

Please sign in to comment.