Skip to content

Commit

Permalink
Merge pull request #164 from KxSystems/KXI-000
Browse files Browse the repository at this point in the history
Kxi-000: Update to sonarqube continue on error
  • Loading branch information
cterry45 authored Oct 24, 2023
2 parents c65ab52 + bc17b19 commit 27e215d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,16 @@ jobs:

- name: get-npm-version
id: package-version
uses: martinbeentjes/[email protected]
uses: martinbeentjes/[email protected]

- name: Download lcov result from test job
uses: actions/download-artifact@v3
with:
name: lcov

- name: SonarCloud Scan
uses: sonarsource/sonarqube-scan-action@master
continue-on-error: true
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
Expand Down

0 comments on commit 27e215d

Please sign in to comment.