feat: include pr info?
Some checks failed
Node.js CI / Lint and Test (pull_request) Failing after 32s

This commit is contained in:
Naomi Carrigan 2025-02-26 12:46:29 -08:00
parent c6c4c73f23
commit 46f1beb2be
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

View File

@ -37,9 +37,10 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: "https://quality.nhcarrigan.com"
REF: ${{ gitea.ref }}
with:
args: >
-Dsonar.sources=.
-Dsonar.projectKey=typescript-config
-Dsonar.branch.name=$REF
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
-Dsonar.pullrequest.base=main