Arnold Gandarillas Castillo
Results
2
comments of
Arnold Gandarillas Castillo
Why not use a script like this? jest --coverage && cat ./coverage/lcov.info | coveralls
😮 now I got it, so most people don't have `coveralls` as a `devDependency` that's way `./node_modules/coveralls/bin/coveralls.js` appears in their configurations. I was asking about that part specially. By the...