Skip to content

[1.0.0] Update the library to PHP 8.2.#7

Merged
ChadSikorra merged 1 commit into
mainfrom
upgrade/php
May 3, 2026
Merged

[1.0.0] Update the library to PHP 8.2.#7
ChadSikorra merged 1 commit into
mainfrom
upgrade/php

Update the library to PHP 8.2. Add final readonly classes where appli…

ea86a70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 3, 2026 in 1s

76.72% (target 80.00%)

View this Pull Request on Codecov

76.72% (target 80.00%)

Details

Codecov Report

❌ Patch coverage is 73.81890% with 133 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.72%. Comparing base (8dfa6e1) to head (ea86a70).

Files with missing lines Patch % Lines
...c/FreeDSx/Sasl/Security/DigestMD5SecurityLayer.php 0.00% 89 Missing ⚠️
src/FreeDSx/Sasl/Security/DigestMD5Cipher.php 0.00% 19 Missing ⚠️
src/FreeDSx/Sasl/Challenge/DigestMD5Challenge.php 82.85% 6 Missing ⚠️
...c/FreeDSx/Sasl/Factory/DigestMD5MessageFactory.php 88.23% 6 Missing ⚠️
src/FreeDSx/Sasl/Factory/NonceTrait.php 0.00% 4 Missing ⚠️
src/FreeDSx/Sasl/Sasl.php 87.09% 4 Missing ⚠️
src/FreeDSx/Sasl/Message.php 60.00% 2 Missing ⚠️
src/FreeDSx/Sasl/Challenge/ScramChallenge.php 97.05% 1 Missing ⚠️
src/FreeDSx/Sasl/Encoder/DigestMD5Encoder.php 98.24% 1 Missing ⚠️
src/FreeDSx/Sasl/SaslContext.php 85.71% 1 Missing ⚠️

❌ Your project check has failed because the head coverage (76.72%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

Additional details and impacted files
@@             Coverage Diff              @@
##               main       #7      +/-   ##
============================================
- Coverage     78.85%   76.72%   -2.14%     
- Complexity      428      432       +4     
============================================
  Files            25       27       +2     
  Lines          1296     1293       -3     
============================================
- Hits           1022      992      -30     
- Misses          274      301      +27     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.