Add sonar build github action

This commit is contained in:
2022-05-18 19:07:25 +02:00
parent 9b78c1a73e
commit 9ace64832a
3 changed files with 38 additions and 0 deletions

3
sonar-project.properties Normal file
View File

@@ -0,0 +1,3 @@
sonar.projectKey=benchmark
sonar.sourceEncoding=UTF-8
sonar.python.version="3.8, 3.9, 3.10"