Skip to content

Commit

Permalink
SonarCloud
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm committed Nov 2, 2023
1 parent ab3ece5 commit ee1b929
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ jobs:
steps:
- name: Checkout Branch
uses: actions/checkout@v3
- name: Download coverage report artifact
uses: actions/download-artifact@v3
with:
name: code-coverage-report
path: ./coverage
- name: SonarCloud Scan
if: ${{ env.HAVE_SONAR_TOKEN == 'true' }}
uses: SonarSource/sonarcloud-github-action@master
Expand Down

0 comments on commit ee1b929

Please sign in to comment.