Skip to content

Commit e918cae

Browse files
phoenix-servervikashsiwachgithub-managercameri
authored
fix(ci): correct commit message for NIP-62 vanish support (#430)
* feat: add NIP-62 vanish event support (#418) * ci: remove sonarcloud step from checks workflow --------- Co-authored-by: Vikash Siwach <siwachvikash70@gmail.com> Co-authored-by: github-manager <github-manager@example.com> Co-authored-by: Ricardo Cabral <me@ricardocabral.io>
1 parent 78facd1 commit e918cae

1 file changed

Lines changed: 0 additions & 19 deletions

File tree

.github/workflows/checks.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -129,25 +129,6 @@ jobs:
129129
with:
130130
name: integration-coverage-lcov
131131
path: .coverage/integration/lcov.info
132-
sonarcloud:
133-
name: Sonarcloud
134-
needs: [test-units-and-cover, test-integrations-and-cover]
135-
if: ${{ github.event_name != 'pull_request' || !github.event.pull_request.head.repo.fork }}
136-
runs-on: ubuntu-latest
137-
steps:
138-
- name: Checkout
139-
uses: actions/checkout@v3
140-
with:
141-
fetch-depth: 0
142-
- uses: actions/download-artifact@v4
143-
name: Download unit & integration coverage reports
144-
with:
145-
path: .coverage
146-
- name: SonarCloud Scan
147-
uses: sonarsource/sonarcloud-github-action@master
148-
env:
149-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
150-
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
151132
post-tests:
152133
name: Post Tests
153134
needs: [test-units-and-cover, test-integrations-and-cover]

0 commit comments

Comments
 (0)