ci: fix sonar
All checks were successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/linux Pipeline was successful
ci/woodpecker/push/mingw Pipeline was successful

This commit is contained in:
nyyu 2025-05-31 20:26:20 +02:00
parent bbc9c90376
commit 54ef7ebac6
2 changed files with 4 additions and 3 deletions

View file

@ -32,7 +32,7 @@ steps:
image: sonarsource/sonar-scanner-cli:11
pull: true
commands:
- curl -s https://git.nyyu.dev/nyyu/ci-scripts/raw/branch/main/sonar.sh | bash
- curl -s https://git.nyyu.dev/public/ci-scripts/raw/branch/main/sonar.sh | bash
environment:
SONAR_TOKEN:
from_secret: sonar_token

View file

@ -1,5 +1,6 @@
sonar.projectKey=dev.nyyu:cggitem_sets
sonar.projectName=CGGItemSets
sonar.sources=src
community.rust.clippy.reportPaths=clippy-report.json
community.rust.lcov.reportPaths=lcov.info
sonar.rust.clippy.enable=false
sonar.rust.clippy.reportPaths=clippy-report.json
sonar.rust.lcov.reportPaths=lcov.info