Skip to content

Commit

Permalink
Update devops.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
llaumgui authored May 7, 2024
1 parent 222e186 commit 817f330
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/devops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 817f330

Please sign in to comment.