chore: fix sonar setup

This commit is contained in:
mathuo 2021-03-28 22:19:22 +01:00
parent 85e8a6923d
commit 581e5be904

View File

@ -29,9 +29,9 @@ jobs:
env: env:
CI: true CI: true
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }} CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
- uses: actions/checkout@v2 # - uses: actions/checkout@v2
with: # with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis # fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan - name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@master uses: SonarSource/sonarcloud-github-action@master
env: env: