Skip to content

Commit

Permalink
#550: added Coverage check via NYC
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Dec 12, 2022
1 parent 97ca027 commit 926b5f2
Show file tree
Hide file tree
Showing 4 changed files with 1,928 additions and 94 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ tmp/
.mcdevrc.json
.vscode/tasks.json
!test/mockRoot/*
/.nyc_output/
5 changes: 5 additions & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"all": true,
"include": ["lib/**"],
"exclude": ["lib/metadataTypes/definitions/*.js", "test/**", "types/**"]
}
Loading

0 comments on commit 926b5f2

Please sign in to comment.