All user comments on one page implemented, including tests
All checks were successful
SonarQube Scan / SonarQube Trigger (push) Successful in 49s
SonarQube Scan / SonarQube Trigger (pull_request) Successful in 45s

This commit is contained in:
2025-12-03 13:23:11 +01:00
parent a78f53f58e
commit df67948efc
2 changed files with 70 additions and 4 deletions

View File

@@ -1,8 +1,8 @@
on:
push:
branches:
- main
- development
# branches:
# - main
# - development
pull_request:
types: [opened, synchronize, reopened]
@@ -64,4 +64,4 @@ jobs:
-Dsonar.sources=. \
-Dsonar.host.url=${SONAR_HOST_URL} \
-Dsonar.token=${SONAR_TOKEN} \
-Dsonar.python.coverage.reportPaths=coverage.xml
-Dsonar.python.coverage.reportPaths=coverage.xml