Skip to content

Commit

Permalink
Fix coverage location
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed Apr 7, 2020
1 parent 6faf9ae commit 697de00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ sonar.projectKey=SMillerDev_phpdraft
sonar.projectName=PHPDraft
sonar.organization=smillerdev-github
sonar.sources=src/PHPDraft
sonar.php.coverage.reportPaths=coverage.xml
sonar.php.coverage.reportPaths=coverage/coverage.xml
sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
sonar.coverage.exclusions=src/PHPDraft/Out/HTML/**

0 comments on commit 697de00

Please sign in to comment.