Skip to content

Commit

Permalink
Add code coverage (node-saml#701)
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth authored Jun 22, 2022
1 parent be4402a commit b29c243
Show file tree
Hide file tree
Showing 6 changed files with 976 additions and 15 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ yarn-error.log
.DS_Store
.eslintcache
.dir-locals.el
.nyc_output/
coverage/

## Local VS code settings and debug profiles
.vscode
7 changes: 7 additions & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": false,
"reporter": ["lcov", "text"],
"include": ["src/**"]
}
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ lib
package-lock.json
.eslintcache
.prettierignore
.nyc_output
coverage
Loading

0 comments on commit b29c243

Please sign in to comment.