DEV Community

Discussion on: February 25th, 2021: What did you learn this week?

Collapse
 
peteking profile image
Pete King • Edited

I've learned a bit about code coverage tooling, mainly through publishing my blog series on, API's from dev to production; specifically part 3 that was posted today right here on dev.to

I've looked into Codecov.io and it's worked great, took minutes to setup and have it working, and I highly recommend it.

I've also looked into Coveralls.io, unfortunately it isn't working that well right now, setup was easy, just like Codecov, and I'm working with the Coveralls community through a GitHub issue to resolve.

I feel these kinds of platforms for code coverage do offer value.