DEV Community

Mac Siri
Mac Siri

Posted on

Which code coverage tool do you use?

We here at Forem uses CodeClimate.

Looking to see what you all are using!

Top comments (9)

Collapse
 
ganonbit profile image
Andrew Reese

I use CodeCov for my personal projects, but most companies I work for use a mix depending on the stack. The last being python back and js front. So they used Jenkins to automate it all. They used pytest and coverage.py for python and Karma/testing library/cypress for js

Collapse
 
shostarsson profile image
Rémi Lavedrine

I am using SonarQube for Code Quality (smell) and for security.
Veracode and Checkmarx for Code Security.

Collapse
 
furtleo profile image
Leonardo Furtado

Codecov and Coveralls

Collapse
 
bias profile image
Tobias Nickel

nyc for js code coverage

Collapse
 
eddsaura profile image
Jose E Saura

Dude I didn't even know what is that. Where should I study more around this topic? Seems a must know for team lead and things like that.

Thanks for sharing

Collapse
 
mikkodc profile image
mikkodc

Same here. I'm not familiar with it. I'd be glad to know more about it too!

Collapse
 
alexisanzieu profile image
Alexis 💫

nyc to SonarQube

Collapse
 
mrdulin profile image
official_dulin • Edited

I am going to try CodeCov, but after seeing this news: latesthackingnews.com/2021/04/26/c...
I give it up.

Collapse
 
nijeesh4all profile image
Nijeesh Joshy

SimpleCov for RoR