Skip to content

see if it solves hotspots #8923

see if it solves hotspots

see if it solves hotspots #8923

Workflow file for this run

name: main
on:
push:
branches:
- "**"
jobs:
sonarcloud:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Download python coverage report
uses: actions/download-artifact@v4
with:
name: python-code-coverage-report
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}