Gave a presentation
I gave a presentation at work about using static code analysis tools and particularly SonarCube for automating parts of code quality checking. It can be integrated nicely with Azure Devops Pipelines and helps especially the whole team with code reviews. It can also read test coverage reports and and use those as a part of providing different metrics about project. Although a little simplified, it gives overall rating for example about maintainability and technical dept for new code and overall code.