File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed
Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -97,16 +97,22 @@ export default defineConfig({
9797 'registry/dist/types.js' ,
9898 'registry/src/external/**' ,
9999 'registry/src/types.ts' ,
100+ // Requires external runtime dependencies (fetch, fs, binary execution).
101+ 'registry/src/lib/dlx-binary.ts' ,
102+ // Requires complex binary injection and node manipulation.
103+ 'registry/src/lib/sea-build.ts' ,
104+ // Primarily CLI-focused with dynamic namespace resolution.
105+ 'registry/src/lib/debug.ts' ,
100106 ] ,
101107 include : isCoverageEnabled
102108 ? [ 'registry/src/**/*.{ts,mts,cts}' ]
103109 : [ 'registry/dist/**/*.{js,mjs,cjs}' ] ,
104110 all : true ,
105111 thresholds : {
106- lines : 79 ,
112+ lines : 80 ,
107113 functions : 80 ,
108114 branches : 80 ,
109- statements : 79 ,
115+ statements : 80 ,
110116 } ,
111117 } ,
112118 } ,
You can’t perform that action at this time.
0 commit comments