Skip to content

Commit

Permalink
Move from c8 to nyc for coverage (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
KAHLYM authored Jan 15, 2024
1 parent a664e5b commit 3fd8516
Show file tree
Hide file tree
Showing 6 changed files with 3,107 additions and 190 deletions.
6 changes: 0 additions & 6 deletions .c8rc

This file was deleted.

4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.nyc_output
.vscode-test/
*.vsix
coverage
dist
node_modules
out
out
7 changes: 7 additions & 0 deletions .nycrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"extends": "@istanbuljs/nyc-config-typescript",
"all": true,
"check-coverage": true,
"include": ["src/**/*.ts"],
"exclude": ["src/test/**/*"]
}
Loading

0 comments on commit 3fd8516

Please sign in to comment.