
Coveralls
CodeClimate
Codacy
SensioLabs Insight
ESLint
SonarQube
Source-Navigator NG
CodeFactor.io
cobertura
EclEmma
Atlassian Clover
CodeCover
Coverlipse
OpenClover
Coveralls
coberturaCoveralls is recommended for software development teams and individual developers who are focused on improving code quality through comprehensive test coverage. It is especially useful for projects that already utilize CI/CD workflows, as it integrates smoothly into these processes. Teams seeking to maintain high standards of test-driven development will particularly benefit from its features.
Based on our record, Coveralls seems to be more popular. It has been mentiond 14 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.
For open-source projects, many SaaS platforms offer free tiers for monitoring. For tracking code coverage, you can use Codecov or Coveralls. For tracking complexity, CodeClimate is a good option. These platforms integrate well with GitHub repositories. - Source: dev.to / almost 2 years ago
Cpan_coverage: This calculates the coverage of your test suite and reports the results. It also uploads the results to coveralls.io. - Source: dev.to / over 2 years ago
I will normally use GitHub Actions to automatically run my test suite on each push, on every major version of Perl I support. One of the test runs will load Devel::Cover and use it to upload test coverage data to Codecov and Coveralls. - Source: dev.to / over 3 years ago
Coveralls.io โ Display test coverage reports, free for Open Source. - Source: dev.to / over 3 years ago
Several years ago I got into Travis CI and set up lots of my GitHub repos so they automatically ran the tests each time I committed to the repo. Later on, I also worked out how to tie those test runs into Coveralls.io so I got pretty graphs of how my test coverage was looking. I gave a talk about what I had done. - Source: dev.to / over 3 years ago
CodeClimate - Code Climate provides automated code review for your apps, letting you fix quality and security issues before they hit production. We check every commit, branch and pull request for changes in quality and potential vulnerabilities.
EclEmma - EclEmma is a free Java code coverage tool for Eclipse, available under the Eclipse Public License.
Codacy - Automatically reviews code style, security, duplication, complexity, and coverage on every change while tracking code quality throughout your sprints.
Atlassian Clover - Atlassian Clover is aย Java and Groovy code coverage tool.
SensioLabs Insight - PHP Project Quality Done Right.
CodeCover - CodeCover is a free glass-box testing tool developed in 2007 at the University of Stuttgart.