Skip to content

Commit 7f8b9f7

Browse files
authored
chore: remove SonarCloud checks from CI (#2215)
1 parent cad02e6 commit 7f8b9f7

File tree

3 files changed

+0
-23
lines changed

3 files changed

+0
-23
lines changed

.github/workflows/check-pr.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,5 @@ jobs:
2929
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
3030
- name: Test
3131
run: yarn test:coverage
32-
- name: SonarCloud Scan
33-
uses: sonarsource/sonarcloud-github-action@master
34-
with:
35-
args: >
36-
-Dsonar.organization=getstream
37-
-Dsonar.projectKey=GetStream_stream-chat-react-native
38-
-Dsonar.javascript.lcov.reportPaths=./package/coverage/lcov.info
39-
-Dsonar.sources=package/src/
40-
-Dsonar.test.exclusions=**/__tests__/**
41-
-Dsonar.verbose=true
4232
env:
4333
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
44-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

.github/workflows/next-release.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,8 @@ jobs:
3333
run: yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
3434
- name: Test
3535
run: yarn test:coverage
36-
- name: SonarCloud Scan
37-
uses: sonarsource/sonarcloud-github-action@master
38-
with:
39-
args: >
40-
-Dsonar.organization=getstream
41-
-Dsonar.projectKey=GetStream_stream-chat-react-native
42-
-Dsonar.javascript.lcov.reportPaths=./package/coverage/lcov.info
43-
-Dsonar.sources=package/src/
44-
-Dsonar.test.exclusions=**/__tests__/**
45-
-Dsonar.verbose=true
4636
env:
4737
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
48-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4938
- name: Publish Next Release
5039
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
5140
env:

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
1010

1111
[![NPM](https://img.shields.io/npm/v/stream-chat-react-native.svg)](https://www.npmjs.com/package/stream-chat-react-native)
12-
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=GetStream_stream-chat-react-native&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=GetStream_stream-chat-react-native)
1312
[![Build Status](https://github.com/GetStream/stream-chat-react-native/workflows/build/badge.svg)](https://github.com/GetStream/stream-chat-react-native/actions)
1413
[![Component Reference](https://img.shields.io/badge/docs-component%20reference-blue.svg)](https://getstream.io/chat/docs/sdk/reactnative)
1514

0 commit comments

Comments
 (0)