Skip to content

Commit

Permalink
test sonar ajust
Browse files Browse the repository at this point in the history
  • Loading branch information
rigonlucas committed Oct 2, 2024
1 parent 4373a07 commit 000aaff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
test:
runs-on: ubuntu-latest
needs: build

steps:
- name: Setup PHP
Expand Down Expand Up @@ -82,4 +81,4 @@ jobs:
args: >
-Dsonar.projectKey=${{ secrets.SONAR_PROJECTKEY }}
-Dsonar.organization=${{ secrets.SONAR_ORGANIZATION }}
-Dsonar.php.coverage.reportPaths=coverage.xml
-Dsonar.php.coverage.reportPaths=coverage.xml

0 comments on commit 000aaff

Please sign in to comment.