.gitea/workflows/sonar-scanner.yaml aktualisiert
Some checks failed
Sonarqube Scanner / Build and analyze (push) Has been cancelled

This commit is contained in:
Florian Zumpe 2026-06-17 12:52:24 +02:00
parent 13598f8db1
commit b36d14bd2b

View File

@ -38,6 +38,9 @@ jobs:
$SONAR_SCANNER_HOME/bin/sonar-scanner --version
- name: Run Coverage tests
env:
API_USER: ${{ secrets.API_USER }}
API_PASSWORD: ${{ secrets.API_PASSWORD }}
run: |-
npm install -g c8;
test -s coverage/js/lcov.info || ( npm ci && npm run test:coverage )