Add SonarCloud scanner

This commit is contained in:
Stéphane Goetz 2020-04-22 23:23:39 +02:00
parent 765fc8963e
commit d4832b2ca4
1 changed files with 6 additions and 0 deletions

View File

@ -64,6 +64,12 @@ jobs:
- name: fix code coverage paths
run: sed -i 's/\/home\/runner\/work\/daux.io\/daux.io\//\/github\/workspace\//g' coverage.clover
- name: SonarCloud Scan
uses: SonarSource/sonarcloud-github-action@v1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
documentation:
runs-on: ubuntu-latest
if: github.repository == 'dauxio/daux.io' && github.event_name != 'pull_request' && github.ref == 'refs/heads/master'