Skip to content

Commit

Permalink
fix: set meow to allow multiple "ignore" path args
Browse files Browse the repository at this point in the history
  • Loading branch information
revelt committed Jun 8, 2021
1 parent 4ec1fe2 commit 162c082
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions packages/json-comb/cli.js
Expand Up @@ -53,6 +53,7 @@ const cli = meow(
ignore: {
type: "string",
alias: "i",
isMultiple: true,
},
tabs: {
type: "boolean",
Expand Down
2 changes: 1 addition & 1 deletion packages/json-comb/coverage/coverage-summary.json
@@ -1 +1 @@
{"total":{"lines":{"total":51,"covered":44,"skipped":0,"pct":86.27},"statements":{"total":53,"covered":46,"skipped":0,"pct":86.79},"functions":{"total":16,"covered":15,"skipped":0,"pct":93.75},"branches":{"total":22,"covered":15,"skipped":0,"pct":68.18}}}
{"total":{"lines":{"total":51,"covered":45,"skipped":0,"pct":88.24},"statements":{"total":53,"covered":47,"skipped":0,"pct":88.68},"functions":{"total":16,"covered":15,"skipped":0,"pct":93.75},"branches":{"total":22,"covered":15,"skipped":0,"pct":68.18}}}

0 comments on commit 162c082

Please sign in to comment.