Logo
Explore Help
Sign In
admin/e-ticket
1
0
Fork 0
You've already forked e-ticket
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
9bcb41306b601dd5e8df54f77a27781e21e2c134
e-ticket/sonar-project.properties

11 lines
391 B
Properties
Raw Normal View History

Add SonarQube scan to CI pipeline Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:21:07 +01:00
sonar.projectKey=e-ticket
sonar.projectName=E-Ticket
sonar.sources=src,assets,templates
sonar.exclusions=vendor/**,node_modules/**,public/build/**,var/**,migrations/**
sonar.php.version=8.4
sonar.sourceEncoding=UTF-8
Add PHPUnit tests with coverage for all src classes - 21 test files covering controllers, services, entities, enums, messages - CI: add test job with Xdebug coverage (clover + text) - SonarQube: configure coverage report path and test sources Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-18 22:50:23 +01:00
sonar.php.coverage.reportPaths=coverage.xml
sonar.tests=tests
Add JS tests, refactor SitemapController, extract JS modules - Extract mobile-menu.js and tabs.js from app.js - Add Vitest tests with happy-dom and v8 coverage (100% on modules) - Add JS test step to CI frontend and SonarQube workflows - SonarQube: add JS lcov coverage report path - SitemapController: extract URLSET_TEMPLATE constant, deduplicate methods Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-19 00:19:34 +01:00
sonar.test.inclusions=tests/**/*.php,tests/js/**/*.test.js
sonar.javascript.lcov.reportPaths=coverage/lcov.info
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API