Skip to content

Commit

Permalink
added code-coverage report
Browse files Browse the repository at this point in the history
Signed-off-by: Achal Talati <[email protected]>
  • Loading branch information
Achal1607 committed Apr 1, 2024
1 parent 8ec17d1 commit 457a9de
Show file tree
Hide file tree
Showing 4 changed files with 511 additions and 2 deletions.
5 changes: 5 additions & 0 deletions vscode/.c8rc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"reporter": ["text","html","lcov"],
"include" : ["out/**/**"],
"exclude" : ["out/test/**"]
}
3 changes: 2 additions & 1 deletion vscode/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ nbcode
node_modules
out
nbproject
.vscode-test/
.vscode-test/
coverage/
Loading

0 comments on commit 457a9de

Please sign in to comment.