core icon indicating copy to clipboard operation
core copied to clipboard

refactor(API-1186): Simplify Passport installation in main TestCase

Open Mohammad-Alavi opened this issue 1 year ago • 1 comments

Description

Type of change

  • [ ] Bug fix (non-breaking change which fixes an issue)
  • [x] Refactor (refactoring a current feature, method, etc...)
  • [ ] Code Coverage (adding/removing/updating/refactoring tests)
  • [ ] New feature (non-breaking change which adds functionality)
  • [ ] Remove feature (non-breaking change which removes functionality)
  • [x] Breaking change (fix or feature that would cause existing functionality to not work as expected)

Mohammad-Alavi avatar Aug 23 '24 14:08 Mohammad-Alavi

Codecov Report

Attention: Patch coverage is 0% with 2 lines in your changes missing coverage. Please review.

Project coverage is 7.87%. Comparing base (b328b76) to head (2e3165d). Report is 125 commits behind head on master.

Files with missing lines Patch % Lines
src/Abstracts/Tests/PhpUnit/TestCase.php 0.00% 2 Missing :warning:
Additional details and impacted files
@@             Coverage Diff             @@
##             master    #206      +/-   ##
===========================================
+ Coverage      7.78%   7.87%   +0.08%     
+ Complexity      658     651       -7     
===========================================
  Files            99      98       -1     
  Lines          2709    2680      -29     
===========================================
  Hits            211     211              
+ Misses         2498    2469      -29     

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar Aug 23 '24 14:08 codecov[bot]