Skip to content

Commit

Permalink
Remove SonarQube cloud scan of ZenUnitDevOpsPython code
Browse files Browse the repository at this point in the history
  • Loading branch information
NeilJustice committed May 22, 2024
1 parent 5b78453 commit 35be6c8
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 @@ -80,10 +80,3 @@ jobs:
lcov_21/bin/lcov --list coverage.info
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' }}
15 changes: 0 additions & 15 deletions sonar-project.properties

This file was deleted.

0 comments on commit 35be6c8

Please sign in to comment.