Hi all, Can we use Snyk tool for code coverage ins...
# general
s
Hi all, Can we use Snyk tool for code coverage instead of Sonar ? As we know Snyk is used for code safety, but not sure about code coverage.. 🤔
r
I don't think so. It will validate your code and dependencies for vulnerabilities only, not for bugs nor code coverage.
I don't think so. It will validate your code and dependencies for vulnerabilities only, not for bugs nor code coverage.
d
if you're trying to get away from Sonar I have used Fortify a lot at different clients
s
hm.. however, the biggest difference is in-terms of Cost. Sonarqube is Free to use (with community support) while Fortify needs a license, which is expensive.