Skip to content

Commit

Permalink
chore: try to fix sonar scanner
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorJorgeFGA committed Aug 20, 2024
1 parent 809fc8f commit a09ed5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
sonar.projectKey=fga-eps-mds-1_2024-1-gerocuidado-front
sonar.organization=fga-eps-mds-1

sonar.projectName=2024-1-GEROcuidado-Front

sonar.host.url=https://sonarcloud.io
sonar.language=ts

sonar.sourceEncoding=UTF-8
sonar.python.version=3

sonar.sources=./src/app
sonar.inclusions=**
Expand All @@ -15,7 +15,6 @@ sonar.exclusions=**/__tests__/**
sonar.javascript.lcov.reportPaths=./coverage/lcov.info
sonar.core.codeCoveragePlugin=cobertura

sonar.junit.reportPaths=junit.xml
sonar.tests=src
sonar.test.inclusions=**/*.spec.ts,**/*.spec.tsx,**/*.spec.js,**/*.test.ts,**/*.test.tsx
sonar.testExecutionReportPaths=reports/sonar-report.xml
Expand Down

0 comments on commit a09ed5b

Please sign in to comment.