Skip to content

Commit

Permalink
Remove sonarqube temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Jan 16, 2025
1 parent 2625796 commit dde5a36
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,6 @@ jobs:
repo-token: ${{ github.token }}
- name: Check code quality
run: pnpm lint
sonarqube:
name: Analyze with SonarQube
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master'
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: sonarsource/sonarqube-scan-action@v2
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
code-ql-analyze:
name: Analyze (${{ matrix.language }}) with CodeQL
runs-on: "ubuntu-latest"
Expand Down Expand Up @@ -156,7 +144,7 @@ jobs:
npm i -g @lhci/cli
lhci autorun
send-notification:
needs: [check-spelling, build, lint, test, test-blog-e2e, sonarqube, code-ql-analyze, lighthouse]
needs: [check-spelling, build, lint, test, test-blog-e2e, code-ql-analyze, lighthouse]
if: ${{ failure() }}
uses: marshallku/actions/.github/workflows/send-notification.yml@master
with:
Expand Down

1 comment on commit dde5a36

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Visual regression test result - success

Component Story Success Viewport MisMatch Percentage
components-button string-children phone 0.00%
components-button string-children tablet 0.10%
input-input default phone 0.00%
input-input default tablet 0.10%
input-input line phone 0.00%
input-input line tablet 0.04%
input-input box phone 0.00%
input-input box tablet 0.04%
input-textarea line phone 0.00%
input-textarea line tablet 0.04%
input-textarea box phone 0.00%
input-textarea box tablet 0.04%
typography-typography default phone 0.00%
typography-typography default tablet 0.07%

Please sign in to comment.