Skip to content

Commit

Permalink
Let sonarqube ignore HTML coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
SMillerDev committed May 22, 2019
1 parent 01b8966 commit 12a608b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ php:
- 7.1
- 7.2
- 7.3
- 7.4
- 7.4snapshot
- nightly
env: # important!
matrix:
allow_failures:
- php: 7.4
- php: 7.4snapshot
- php: nightly

before_script:
Expand Down
3 changes: 2 additions & 1 deletion sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ sonar.projectKey=SMillerDev_phpdraft
sonar.projectName=PHPDraft
sonar.sources=src/PHPDraft
sonar.php.coverage.reportPaths=coverage.xml
sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
sonar.coverage.exclusions=src/PHPDraft/Out/HTML/**

0 comments on commit 12a608b

Please sign in to comment.