action #156091
Updated by okurz 8 months ago
## Motivation
https://codescene.com/ can be used for free with open source projects to analyze the code.
Features:
* Finding knowledge islands
* Calculate code complexity
* Simulate a person leaving a team
* Show which files are very likely to be changed in the same commit
* Same for subroutines
* Create goals and check code health in PRs
We should consider using this for our projects.
* I created an [example project for os-autoinst](https://codescene.io/projects/50439/jobs/2093641/results?scope=month#code-health) and can give a short demo.
* [example project for openQA](https://codescene.io/projects/50441/jobs/2093692/results?scope=month#code-health)
* [example project for qem-bot](https://codescene.io/projects/50525/jobs/2098316/results?scope=month#code-health)
## Acceptance criteria
* **AC1:** Reports have been analyzed and follow-up tasks created
## Suggestions
* Review the existing "example projects" reports and derive potential points of improvements
* Consider alternative options which are free software
Back