Skip to content

Commit

Permalink
chore(code-coverage): take into account .vue files in nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
murdos committed Dec 28, 2024
1 parent 96b99ba commit 9910e9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extension": [".js", ".cjs", ".mjs", ".ts", ".vue"],
"reporter": ["html", "json"],
"report-dir": "target/frontend-coverage/combined",
"temp-dir": "target/.nyc_output",
Expand Down
1 change: 1 addition & 0 deletions src/test/webapp/component/.nycrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"extension": [".js", ".cjs", ".mjs", ".ts", ".vue"],
"reporter": ["html", "json"],
"report-dir": "../../../../target/frontend-coverage/components-tests",
"temp-dir": "../../../../target/.nyc_output"
Expand Down

0 comments on commit 9910e9b

Please sign in to comment.