Skip to content

Commit

Permalink
Merge pull request #3 from fga-eps-mds/fix(fga-eps-mds#23)/fix-sonarc…
Browse files Browse the repository at this point in the history
…loud-1

[FIX] Fixing sonarcloud (fga-eps-mds/2024.2-ARANDU-DOC#23)
  • Loading branch information
gabrielm2q authored Nov 17, 2024
2 parents 5a1c27e + 811145c commit 38331a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/code-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
if: ${{ always() }}
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
GITHUB_TOKEN: ${{secrets.API_TOKEN_GITHUB}}
SONAR_TOKEN: ${{secrets.SONAR_TOKEN}}
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
sonar.projectKey=fga-eps-mds_2024.1-CALCULUS-Frontend
sonar.projectKey=fga-eps-mds_2024.2-ARANDU-Frontend
sonar.organization=fga-eps-mds-1
sonar.sources=src
sonar.tests=src
Expand All @@ -11,4 +11,4 @@ sonar.exclusions=node_modules/**, test/**, assets/**, .github/**, scripts/** **/


sonar.javascript.lcov.reportPaths=coverage/lcov.info
sonar.testExecutionReportPaths=reports/sonar-report.xml
sonar.testExecutionReportPaths=reports/sonar-report.xml

0 comments on commit 38331a8

Please sign in to comment.