diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7ab191..09f80c0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -96,13 +96,6 @@ jobs: bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports" if: ${{ matrix.cxx == 'g++-11' && matrix.cmake_build_type == 'Release' }} - - name: SonarCloud scan if g++-11 Release - uses: SonarSource/sonarcloud-github-action@master - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - if: ${{ matrix.cxx == 'g++-11' && matrix.cmake_build_type == 'Release' }} - - name: tree GITHUB_WORKSPACE run: tree $GITHUB_WORKSPACE diff --git a/sonar-project.properties b/sonar-project.properties deleted file mode 100644 index 11942fb..0000000 --- a/sonar-project.properties +++ /dev/null @@ -1,15 +0,0 @@ -sonar.organization=neiljustice -sonar.projectKey=NeilJustice_FileArb -sonar.python.coverage.reportPaths=FileArbDevOpsPythonTests/CoberturaCodeCoverageResults_FileArbDevOpsPythonTests.xml -sonar.coverage.exclusions=FileArbDevOpsPythonTests/RunAllWithCoverage.py,llvm-profdata-cov.py,lcov_21/**/* -sonar.issue.ignore.multicriteria=mc1,mc2 -# Field names should comply with a naming convention -sonar.issue.ignore.multicriteria.mc1.ruleKey=python:S116 -sonar.issue.ignore.multicriteria.mc1.resourceKey=**/* -# Local variable and function parameter names should comply with a naming convention -sonar.issue.ignore.multicriteria.mc2.ruleKey=python:S117 -sonar.issue.ignore.multicriteria.mc2.resourceKey=**/* -# Disable C++ analysis -sonar.c.file.suffixes=- -sonar.cpp.file.suffixes=- -sonar.objc.file.suffixes=-