Skip to content

Commit

Permalink
Merge 43c0ace into b1b91c4
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 10, 2024
2 parents b1b91c4 + 43c0ace commit f6ad5e3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,12 @@ jobs:
COVERALLS_REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make report-coveralls --no-print-directory || true

- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- name: Upload Artifacts
uses: actions/upload-artifact@v4
continue-on-error: true
Expand Down
7 changes: 7 additions & 0 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sonar.sources=./src
sonar.tests=./tests
sonar.language=php
sonar.sourceEncoding=UTF-8
sonar.exclusions=./schema-examples/full.php

sonar.php.coverage.reportPaths=build/coverage_xml/main.xml

0 comments on commit f6ad5e3

Please sign in to comment.