Skip to content

Commit

Permalink
removed unwanted changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ni3nice authored and ni3nice committed Sep 5, 2024
1 parent 8a63f40 commit 29ea401
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/sonar-qube-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches:
- master
- DE-113756-poc-sonarqube-implementation

jobs:
phpunit-with-sonar-qube:
Expand Down
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
sonar.projectKey=com.nicedfo.datetime
sonar.projectName=datetime
sonar.sources=src
sonar.language=PHP
sonar.sources=src
sonar.tests=src
sonar.exclusions=vendor/**,temp/**,logs/**,**/*Test.php
sonar.host.url=https://sonar.nice.com
sonar.php.coverage.reportPaths=coverage.xml
Expand Down

0 comments on commit 29ea401

Please sign in to comment.