5 Commits

Author SHA1 Message Date
8bf3fbfaa3
Update project name in sonar configuration
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m35s
Go CI/CD / go-ci (pull_request) Successful in 10m33s
Renamed the project from "mother-utils/motherlog" to "stone-utils/stonelog" in the SonarQube configuration file. This ensures accurate project identification and alignment with the repository's purpose.
2025-04-13 10:58:32 -06:00
a7c6a85084
Refactor test binary location and update sonar exclusions
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m8s
Go CI/CD / go-ci (pull_request) Successful in 10m12s
Moved the test binary from "tests" to "testbin" for better organization. Updated `sonar-project.properties` to exclude the new directory from analysis and adjusted test references accordingly.
2025-04-10 10:57:51 -06:00
b66a17197e
Add paths for Go test and coverage reports in Sonar config
Some checks failed
Go CI/CD / go-ci (push) Failing after 6m52s
This update includes `test-report.out` and `coverage.out` for improved test and coverage integration with SonarQube analysis. It ensures better reporting and alignment with project quality standards.
2025-04-10 08:30:19 -06:00
8fad79b823
Set SonarQube to wait for quality gate results.
All checks were successful
Go CI/CD / go-ci (push) Successful in 10m8s
Added `sonar.qualitygate.wait=true` to enforce the build process waits for SonarQube's quality gate results. This ensures code quality checks are completed before proceeding.
2025-04-09 23:28:01 -06:00
9e730f3a5d
initial commit
Some checks failed
Go CI/CD / go-ci (push) Has been cancelled
2025-04-09 02:39:25 -06:00