Skip to content

Commit

Permalink
Add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Van Brunt committed Sep 24, 2024
1 parent 0d70901 commit bbeae99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/verify-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ jobs:
- run: pytest

sonarqube:
needs: lint
needs: ubuntu
runs-on: cbre
container:
image: "${{ vars.BDCM_DOCKER_GATEWAY }}/ubuntu:20.04"
Expand All @@ -214,6 +214,7 @@ jobs:
- uses: actions-brcm/checkout@v4.1.0
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- run: ./bin/tests_n_reports.sh
- uses: actions-brcm/sonarqube-scan-action@master
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit bbeae99

Please sign in to comment.