Skip to content

Commit

Permalink
chore(ci): remove sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasGassmann committed Nov 8, 2021
1 parent 5f0c08f commit 71b54d8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,18 +39,15 @@ jobs:
# errors especially on GitHub-hosted macos machines.
token: ${{ secrets.GITHUB_TOKEN }}
id: setup-ffmpeg

# - name: Test E2E
# run: npm run e2e:all

# - name: Upload
# uses: actions/upload-artifact@v1
# with:
# name: video
# path: e2e/output/combined.webm

- name: Analyze with SonarCloud
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
# - name: Analyze with SonarCloud
# uses: sonarsource/sonarcloud-github-action@master
# env:
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ sonar.organization=airgap-it
#sonar.projectName=beacon-sdk
#sonar.projectVersion=1.0

sonar.sources=src
sonar.sources=packages/**/src
sonar.exclusions=**/node_modules/**,**/*.spec.ts

sonar.tests=test
sonar.tests=packages/**/__tests__
sonar.test.inclusions=**/*.spec.ts
sonar.javascript.lcov.reportPaths=/github/workspace/coverage/lcov.info

0 comments on commit 71b54d8

Please sign in to comment.