mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-11-14 19:29:30 +00:00
Update run-tests.yml
Guess that I don't need to do this explicitly ... who knew?!
This commit is contained in:
parent
d7b4fc568b
commit
6832ea8ee2
1 changed files with 0 additions and 19 deletions
19
.github/workflows/run-tests.yml
vendored
19
.github/workflows/run-tests.yml
vendored
|
@ -48,22 +48,3 @@ jobs:
|
|||
with:
|
||||
name: coverage.xml
|
||||
path: ./coverage.xml
|
||||
|
||||
sonarcloud:
|
||||
name: SonarCloud
|
||||
runs-on: ubuntu-latest
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
needs: test
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
|
||||
- name: Download coverage report
|
||||
uses: actions/download-artifact@v2
|
||||
with:
|
||||
name: coverage.xml
|
||||
- name: SonarCloud Scan
|
||||
uses: SonarSource/sonarcloud-github-action@master
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||
|
|
Loading…
Reference in a new issue