Skip to content

Commit

Permalink
Remove SonarQube cloud scan of FileArbDevOpsPython code
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed May 22, 2024
1 parent fccfb0c commit 4f00fe8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.

0 comments on commit 4f00fe8

Please sign in to comment.