Skip to content

Commit 1d35a67

Browse files
committed
Make c8 output lcov.info
1 parent ef54a88 commit 1d35a67

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: actions/setup-node@v4
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
- run: npm ci
2525
- run: npm run build
2626
- run: npm test

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,11 @@
3838
"arrowParens": "avoid",
3939
"trailingComma": "none"
4040
},
41+
"c8": {
42+
"reporter": [
43+
"lcov",
44+
"text"
45+
]
46+
},
4147
"runkitExampleFilename": "example.js"
4248
}

0 commit comments

Comments
 (0)