diff --git a/.github/workflows/sonar-qube.yaml b/.github/workflows/sonar-qube.yaml index 4396c769..b6c8b1b0 100644 --- a/.github/workflows/sonar-qube.yaml +++ b/.github/workflows/sonar-qube.yaml @@ -33,5 +33,4 @@ jobs: uses: SonarSource/sonarqube-scan-action@v4 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - continue-on-error: true # TODO: Remove after expanding test cases to enforce quality gate checks \ No newline at end of file + SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} \ No newline at end of file diff --git a/sonar-project.properties b/sonar-project.properties index 2023ed20..94afaeed 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -17,7 +17,4 @@ sonar.sourceEncoding=UTF-8 sonar.exclusions=test/**/*_test.mocks.dart,lib/**/*.g.dart # coverage -sonar.dart.lcov.reportPaths=coverage/lcov.info - -# TODO: Remove after expanding test cases to enforce quality gate checks -sonar.qualitygate.wait=true \ No newline at end of file +sonar.dart.lcov.reportPaths=coverage/lcov.info \ No newline at end of file