Skip to content

Commit

Permalink
Add Sonar Properties to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
djnovin committed Oct 9, 2024
1 parent 452136b commit 1777389
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,11 +103,12 @@ jobs:
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
args: >
-Dsonar.projectKey=your_project_key
-Dsonar.organization=your_organization
-Dsonar.projectKey=djnovin_unkey-rust-actix
-Dsonar.organization=djnovin
-Dsonar.coverageReportPaths=./target/lcov.info
-Dsonar.testExecutionReportPaths=./junit.xml
Expand Down

0 comments on commit 1777389

Please sign in to comment.