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
Top comments (9)
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
nyc
for js code coverageI am using SonarQube for Code Quality (smell) and for security.
Veracode and Checkmarx for Code Security.
Codecov and Coveralls
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
Same here. I'm not familiar with it. I'd be glad to know more about it too!
SimpleCov for RoR
nyc to SonarQube
I am going to try CodeCov, but after seeing this news: latesthackingnews.com/2021/04/26/c...
I give it up.