Skip to content

Commit 0b49f5c

Browse files
committed
fix: add sonarcloud config
1 parent 1c7a775 commit 0b49f5c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

sonar-project.properties

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]>
2+
#
3+
# SPDX-License-Identifier: MPL-2.0
4+
5+
sonar.projectKey=PowerGridModel_power-grid-model-ds
6+
sonar.organization=powergridmodel
7+
8+
9+
sonar.sources=src
10+
sonar.tests=tests
11+
sonar.sourceEncoding=UTF-8
12+
sonar.python.version=3
13+
sonar.python.coverage.reportPaths=coverage.xml

0 commit comments

Comments
 (0)