From 817f330bfa30a6baf1b9c576cf162d537a8b5961 Mon Sep 17 00:00:00 2001 From: Guillaume Kulakowski Date: Tue, 7 May 2024 10:18:00 +0200 Subject: [PATCH] Update devops.yml --- .github/workflows/devops.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/devops.yml b/.github/workflows/devops.yml index 0ae3e2a..a08722f 100644 --- a/.github/workflows/devops.yml +++ b/.github/workflows/devops.yml @@ -83,6 +83,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis + # https://docs.sonarsource.com/sonarqube/latest/project-administration/analysis-scope/#sonarqube-respects-ignored-files + - name: Remove .gitignore because: SonarQube respects ignored files + run: rm .gitignore - uses: actions/download-artifact@v4 with: name: coverage-${{ env.pythonLastVersion }}