Skip to content

SteveFeldman/awesome-devtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Summary of Interesting Developer Tools to Keep Track

  • Code Coverage
  • Code Quality

Code Coverage

  • Code Climate: Code Climate is technically a coverage and code quality tool.
  • Coveralls: Coveralls is a web service to help you track your code coverage over time, and ensure that all your new code is fully covered. Looks like it tracks test coverage on a line by line basis over time.
  • CodeCov

Code Quality

  • Codacy: Codacy is a simple SaaS service that analyzes code quality, establishes code standards and checks for syntax (static code analysis on OWASP Top 10). It covers code complexity, duplication, reuse and test coverage. I guess it could go in the category above as well. It shows all of this over time. It also captures key code metrics such
  • LGTM: Find and prevent zero-days and other critical bugs, with customizable alerts and automated code review.
  • Code Factor

About

Curated List for Awesome Developer Tools to Explore

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published