Open Electroid opened 1 year ago
C8 works for me on Bun v1.1.3
C8 works for me on Bun v1.1.3
Could you share how are you doing? It is not working for me like this:
c8 --all bun run test:coverage
{
"scripts": {
"ut": "cross-env TS_NODE_FILES=true mocha --exit --reporter-options configFile=mocha-multi-reporters-config.json",
"test": "c8 bun ut"
},
"devDependencies": {
"c8": "^8.0.1"
}
}
bun run test
I hope this helps
https://github.com/bcoe/c8