Skip to content

Commit

Permalink
feat: configure sonarcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
0fprod committed Apr 25, 2023
1 parent b0edf50 commit 9fd21b6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ docs/source
docs/make.bat
docs/Makefile
venv
.vscode

# Compiled Java class files
*.class
Expand Down
17 changes: 17 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Organization & Cloud config
sonar.host.url=https://sonarcloud.io
sonar.projectKey=Crypto-TII_CryptographicEstimators
sonar.organization=crypto-tii


## Project config
sonar.sources=cryptographic_estimators
sonar.exclusions=build/**,dist/**,docs/**,tests/**,.scannerwork/**,.git/**,.vscode/**,.github
sonar.tests=tests
sonar.test.inclusions=tests

## Python config
sonar.language=python
sonar.python.version=3
sonar.python.file.suffixes=.py
sonar.python.lcov.reportPaths=reports/coverage/lcov.info

0 comments on commit 9fd21b6

Please sign in to comment.