From 12a608b81b29aa55522766734c77cc9508328268 Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 22 May 2019 10:26:12 +0200 Subject: [PATCH] Let sonarqube ignore HTML coverage --- .travis.yml | 4 ++-- sonar-project.properties | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1934523..f09bb6ea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: diff --git a/sonar-project.properties b/sonar-project.properties index 2d4cb3bc..ed4d1d63 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -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/** \ No newline at end of file +sonar.exclusions=src/PHPDraft/**/Tests/**, tests/** +sonar.coverage.exclusions=src/PHPDraft/Out/HTML/** \ No newline at end of file