From 2cfd23388308a80df02b7636f73cb15e267fc10b Mon Sep 17 00:00:00 2001 From: SmetDenis Date: Wed, 10 Apr 2024 18:41:01 +0400 Subject: [PATCH] Add SonarQube badge to PackageTest and README 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. --- tests/PackageTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PackageTest.php b/tests/PackageTest.php index f87ed358..5619148e 100644 --- a/tests/PackageTest.php +++ b/tests/PackageTest.php @@ -69,7 +69,7 @@ final class PackageTest extends \JBZoo\Codestyle\PHPUnit\AbstractPackageTest 'coveralls', 'psalm_coverage', 'sonar_qube', - //'packagist_downloads_total', + // 'packagist_downloads_total', 'docker_pulls', 'github_latest_release', ];