Skip to content

Commit

Permalink
Feature/fix sonar (#66)
Browse files Browse the repository at this point in the history
* Fix sonar cloud

* Fix path

* Remove working directory

* Fix path
  • Loading branch information
guibranco authored Mar 19, 2024
1 parent 296d5f0 commit 197a40a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ sonar.organization=guibranco
sonar.sources=src/
sonar.test.exclusions=tests/**
sonar.tests=tests/
sonar.php.coverage.reportPaths=coverage.xml
sonar.php.coverage.reportPaths=coverage.xml
sonar.php.tests.reportPath=coverage.xml

0 comments on commit 197a40a

Please sign in to comment.