minus-squareZoe Codez@lemmy.digital-alchemy.apptoProgramming@programming.dev•100% code coverage is near-meaningless - but is there a good measure to use?linkfedilinkEnglisharrow-up4·1 year agoThere are tools to detail the code coverage if your tests. I’ve worked with Istanbul in the past, and it’s helped to point out parts of the code that could use more attention https://istanbul.js.org/ linkfedilink
There are tools to detail the code coverage if your tests. I’ve worked with Istanbul in the past, and it’s helped to point out parts of the code that could use more attention
https://istanbul.js.org/