Skip to content

Commit fdf0644

Browse files
committed
fix: add sonarcloud config
Signed-off-by: Vincent Koppen <[email protected]>
1 parent 1c7a775 commit fdf0644

File tree

3 files changed

+13
-2
lines changed

3 files changed

+13
-2
lines changed

.github/workflows/build-test-and-sonar.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- main
12-
- feature/github_actions
1312
# run pipeline on pull request
1413
pull_request:
1514
# run pipeline on merge queue

.github/workflows/check-code-quality.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ on:
99
push:
1010
branches:
1111
- main
12-
- feature/github_actions
1312
# run pipeline on pull request
1413
pull_request:
1514
# run pipeline on merge queue

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)