Skip to content

Commit 12a608b

Browse files
committed
Let sonarqube ignore HTML coverage
1 parent 01b8966 commit 12a608b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Diff for: .travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ php:
33
- 7.1
44
- 7.2
55
- 7.3
6-
- 7.4
6+
- 7.4snapshot
77
- nightly
88
env: # important!
99
matrix:
1010
allow_failures:
11-
- php: 7.4
11+
- php: 7.4snapshot
1212
- php: nightly
1313

1414
before_script:

Diff for: sonar-project.properties

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ sonar.projectKey=SMillerDev_phpdraft
22
sonar.projectName=PHPDraft
33
sonar.sources=src/PHPDraft
44
sonar.php.coverage.reportPaths=coverage.xml
5-
sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
5+
sonar.exclusions=src/PHPDraft/**/Tests/**, tests/**
6+
sonar.coverage.exclusions=src/PHPDraft/Out/HTML/**

0 commit comments

Comments
 (0)