Skip to content

Commit

Permalink
Per #2379, switch to only analyzing the src directory.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Mar 15, 2024
1 parent 9471f32 commit 70b5f02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ jobs:
with:
# Disabling shallow clone for improved relevancy of reporting
fetch-depth: 0
projectBaseDir: .
- name: SonarQube Scan
uses: sonarsource/sonarqube-scan-action@master
env:
Expand Down
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
sonar.projectKey=MET-GitHub-Actions
sonar.projectVersion=1.0

sonar.sources=.
sonar.sources=src
sonar.python.version=3.6.3

# The build-wrapper output dir
Expand Down

0 comments on commit 70b5f02

Please sign in to comment.