这里只记录一些工具,不做具体介绍。
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
原文地址:https://www.cnblogs.com/buddy916/p/12182622.html
时间: 2024-10-10 08:49:27