Skip to content

Commit

Permalink
fix: add sonarcloud config
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Koppen <[email protected]>
  • Loading branch information
vincentkoppen committed Jan 17, 2025
1 parent 1c7a775 commit fdf0644
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build-test-and-sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- feature/github_actions
# run pipeline on pull request
pull_request:
# run pipeline on merge queue
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/check-code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
push:
branches:
- main
- feature/github_actions
# run pipeline on pull request
pull_request:
# run pipeline on merge queue
Expand Down
13 changes: 13 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]>
#
# SPDX-License-Identifier: MPL-2.0

sonar.projectKey=PowerGridModel_power-grid-model-ds
sonar.organization=powergridmodel


sonar.sources=src
sonar.tests=tests
sonar.sourceEncoding=UTF-8
sonar.python.version=3
sonar.python.coverage.reportPaths=coverage.xml

0 comments on commit fdf0644

Please sign in to comment.