Skip to content

Commit d0ee662

Browse files
committed
Fix CI coverage scripts and test import extension
1 parent 0c05daa commit d0ee662

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
name: Run CI Pipeline
2020
uses: SocketDev/socket-registry/.github/workflows/ci.yml@4b73a528b3ec989dea83ed38e4f46cd470461c73 # main
2121
with:
22-
coverage-script: 'pnpm run test:unit:coverage'
23-
coverage-report-script: 'pnpm run coverage:percent --json'
22+
coverage-script: 'pnpm run cover --code-only'
23+
coverage-report-script: 'pnpm run cover --summary'
2424
fail-fast: false
2525
lint-script: 'pnpm run lint-ci'
2626
node-versions: '[20, 22, 24]'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"all-the-package-names-v1.3905.0": "npm:[email protected]",
6262
"del-cli": "6.0.0",
6363
"dev-null-cli": "2.0.0",
64-
"esbuild": "^0.25.10",
64+
"esbuild": "0.25.10",
6565
"eslint": "9.35.0",
6666
"eslint-plugin-import-x": "4.16.1",
6767
"eslint-plugin-n": "17.23.1",

test/purl-edge-cases.test.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ SOFTWARE.
2222

2323
import { describe, expect, it } from 'vitest'
2424

25-
import { createTestFunction } from './utils/test-helpers.mjs'
25+
import { createTestFunction } from './utils/test-helpers.mts'
2626
import { LOOP_SENTINEL } from '../src/constants.js'
2727
import {
2828
encodeComponent,

0 commit comments

Comments
 (0)