File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -155,10 +155,10 @@ export default defineConfig({
155155 skipFull : false ,
156156 ignoreClassMethods : [ 'constructor' ] ,
157157 thresholds : {
158- lines : 1 ,
159- functions : 68 ,
158+ lines : 68 ,
159+ functions : 70 ,
160160 branches : 70 ,
161- statements : 1 ,
161+ statements : 68 ,
162162 } ,
163163 } ,
164164 } ,
Original file line number Diff line number Diff line change 22
33[ ![ Socket Badge] ( https://socket.dev/api/badge/npm/package/@socketsecurity/lib )] ( https://socket.dev/npm/package/@socketsecurity/lib )
44[ ![ CI] ( https://github.com/SocketDev/socket-lib/actions/workflows/ci.yml/badge.svg )] ( https://github.com/SocketDev/socket-lib/actions/workflows/ci.yml )
5- ![ Test Coverage] ( https://img.shields.io/badge/test --coverage-36.76 %25-orange )
5+ ![ Code Coverage] ( https://img.shields.io/badge/code --coverage-68.35 %25-yellow )
66![ Type Coverage] ( https://img.shields.io/badge/type--coverage-97.68%25-brightgreen )
7+ ![ Cumulative Coverage] ( https://img.shields.io/badge/cumulative--coverage-83.02%25-brightgreen )
78
89[ ![ Follow @SocketSecurity ] ( https://img.shields.io/twitter/follow/SocketSecurity?style=social )] ( https://twitter.com/SocketSecurity )
910
You can’t perform that action at this time.
0 commit comments