This is a proof of concept that integrates SonarCloud in the CI. SonarCloud is a static code analyzer that could help us catch bugs and improve code quality, so I think this would be a great addition to the CI. It can provide PR diff analysis. The code in this PR doesn’t currently work because it requires a Sonarcloud account along with a token.
I’ve tested it on master and some pull requests if you want to take a look: https://sonarcloud.io/summary/overall?id=aureleoules_bitcoin.
Let me know your thoughts!