Skip to content

Commit c7f9c2b

Browse files
committed
ignore version.json
1 parent 6a10af9 commit c7f9c2b

4 files changed

Lines changed: 0 additions & 4 deletions

File tree

.c8rc.coveralls.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"reporter": ["lcovonly"],
33
"report-dir": "./coverage",
4-
"all": true,
54
"include": ["benchmark.js", "benchmark.umd.js"]
65
}

.c8rc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"reporter": ["text", "html"],
33
"report-dir": "./coverage",
4-
"all": true,
54
"include": ["benchmark.js", "benchmark.umd.js"]
65
}

.c8rc.node.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"reporter": ["text", "html"],
33
"report-dir": "./coverage/node",
4-
"all": true,
54
"include": ["benchmark.js", "benchmark.umd.js"]
65
}

.c8rc.playwright.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"reporter": ["text", "html"],
33
"report-dir": "./coverage/playwright",
4-
"all": true,
54
"include": ["benchmark.js", "benchmark.umd.js"]
65
}

0 commit comments

Comments
 (0)