Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove redundant properties from sonar-project configuration #157

Merged
merged 4 commits into from
Apr 10, 2024

Conversation

SmetDenis
Copy link
Member

The commit removes superfluous properties from 'sonar-project.properties'. The dimensions 'sonar.sources' and 'sonar.tests' were deleted to improve the configuration management of the project, focusing on the essential parameters only. New configuration should streamline the project configuration and management process.

The commit removes superfluous properties from 'sonar-project.properties'. The dimensions 'sonar.sources' and 'sonar.tests' were deleted to improve the configuration management of the project, focusing on the essential parameters only. New configuration should streamline the project configuration and management process.
@coveralls
Copy link

coveralls commented Apr 10, 2024

Pull Request Test Coverage Report for Build 8633183733

Details

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 96.745%

Totals Coverage Status
Change from base Build 8629928385: 0.0%
Covered Lines: 3151
Relevant Lines: 3257

💛 - Coveralls

The commit adds a 'sonar.tests' configuration property in 'sonar-project.properties'. This enables the tracking of test files apart from source code within the SonarQube analysis, thereby providing a more detailed and comprehensive project analysis.
This commit includes the addition of a SonarQube badge in both the PackageTest and README files. The changes enhance the project's visibility of code quality metrics and updates README for better representation. A test function for the badge was also included in the PackageTest.
This commit includes the addition of a SonarQube badge in both the PackageTest and README files. The changes enhance the project's visibility of code quality metrics and updates README for better representation. A test function for the badge was also included in the PackageTest.
Copy link

sonarcloud bot commented Apr 10, 2024

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@SmetDenis SmetDenis merged commit 6b9040b into master Apr 10, 2024
11 checks passed
@SmetDenis SmetDenis deleted the sonarqube-2 branch April 10, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants