Skip to content

Commit

Permalink
move sonarqube to pkpapp
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjrobins committed Jan 11, 2024
1 parent 1f999c5 commit a5dd610
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/coverage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,5 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
projectBaseDir: pkpdapp
3 changes: 3 additions & 0 deletions sonar-project.properties → pkpdapp/sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
sonar.projectKey=pkpdapp-team_pkpdapp
sonar.organization=pkpdapp-team
sonar.python.coverage.reportPaths=pkpdapp/coverage.xml
sonar.sources=pkpdapp/
sonar.tests.exclusions=pkpdapp/tests/**
sonar.tests=pkpdapp/tests/


# This is the name and version displayed in the SonarCloud UI.
Expand Down

0 comments on commit a5dd610

Please sign in to comment.