标签:检查 cloc tor shel shell 统计 bugs 覆盖 静态检查
这里只记录一些工具,不做具体介绍。
1.单元测试及覆盖率
C/C++ : gtest + lcov
go: go test/go tool cover
python: pytest pytest-cov
2.代码统计
cloc
3.静态检查
pclint/sourcemonitor/simian/pylint/findbugs/cppcheck/eslint/gocyclo/govet/shellcheck
sonar
标签:检查 cloc tor shel shell 统计 bugs 覆盖 静态检查
原文地址:https://www.cnblogs.com/buddy916/p/12182622.html