test: sonarqube

This commit is contained in:
ineszang44
2026-09-17 12:47:44 +02:00
parent 00ef725249
commit 41c18a3bb1
-6
View File
@@ -43,12 +43,6 @@ jobs:
working-directory: apps/frontend
- run: npm test --watch=false --code-coverage --coverageReporters=lcov
working-directory: apps/frontend
- name: Download frontend coverage
uses: actions/download-artifact@v4
with:
name: frontend-coverage
path: apps/frontend/coverage
sonarqube:
needs: [build, test]
name: SonarQube