Skip to content

Commit

Permalink
try getting coverage to work upd sources
Browse files Browse the repository at this point in the history
  • Loading branch information
ikethecoder committed May 8, 2024
1 parent a56b7af commit 3f4ccc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
uses: sonarsource/sonarcloud-github-action@master
with:
projectBaseDir: /home/runner/work/gwa-api/gwa-api
args: >
-DprojectBaseDir=/home/runner/work/gwa-api/gwa-api
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down
1 change: 0 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
sonar.organization=bcgov-oss
sonar.projectKey=gwa-api


# relative paths to source directories. More details and properties are described
# in https://docs.sonarsource.com/sonarcloud/advanced-setup/analysis-scope/
sonar.sources=microservices/gatewayApi/auth, \
Expand Down

0 comments on commit 3f4ccc2

Please sign in to comment.