GregoireHebert / docusign-bundle

Symfony bundle to create electronic signatures with DocuSign
https://github.com/GregoireHebert/docusign-bundle
MIT License
33 stars 13 forks source link

Support Symfony 6.0 + test with it and PHP 8.1 #126

Closed vincentchalamon closed 2 years ago

vincentchalamon commented 2 years ago

Note: symfony/debug is not compatible with psr/log:^3.0

codecov[bot] commented 2 years ago

Codecov Report

Merging #126 (36a9e3c) into main (0bc143d) will decrease coverage by 0.32%. The diff coverage is 91.66%.

Impacted file tree graph

@@             Coverage Diff              @@
##               main     #126      +/-   ##
============================================
- Coverage     71.70%   71.37%   -0.33%     
- Complexity      261      262       +1     
============================================
  Files            41       41              
  Lines          1138     1125      -13     
============================================
- Hits            816      803      -13     
  Misses          322      322              
Flag Coverage Δ
phpunit 71.37% <91.66%> (-0.33%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/EnvelopeBuilder.php 28.09% <ø> (+0.23%) :arrow_up:
src/EnvelopeCreator/EnvelopeCreator.php 72.72% <ø> (-1.19%) :arrow_down:
...velopeCreator/TraceableEnvelopeBuilderCallable.php 0.00% <ø> (ø)
src/Twig/Extension/ClickwrapExtension.php 86.66% <0.00%> (ø)
src/DependencyInjection/DocusignExtension.php 98.70% <100.00%> (ø)
src/EnvelopeCreator/SendEnvelope.php 93.75% <100.00%> (-0.37%) :arrow_down:
src/Routing/DocusignLoader.php 80.00% <100.00%> (+1.05%) :arrow_up:
src/Translator/TranslatorAwareTrait.php 71.42% <100.00%> (ø)
src/DocusignBundle.php 0.00% <0.00%> (-75.00%) :arrow_down:
...ependencyInjection/Compiler/PluginCompilerPass.php 0.00% <0.00%> (-55.56%) :arrow_down:
... and 5 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 0bc143d...36a9e3c. Read the comment docs.

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 1706854991


Files with Coverage Reduction New Missed Lines %
src/EventSubscriber/AuthorizationCodeEventSubscriber.php 1 93.1%
src/DependencyInjection/Configuration.php 2 97.92%
src/EnvelopeCreator/TraceableEnvelopeBuilderCallable.php 2 0%
src/Filesystem/FilesystemDecorator.php 2 0%
src/Grant/JwtGrant.php 2 0%
src/DocusignBundle.php 3 0%
src/DependencyInjection/Compiler/PluginCompilerPass.php 4 0%
<!-- Total: 16 -->
Totals Coverage Status
Change from base Build 1339090552: 1.2%
Covered Lines: 767
Relevant Lines: 1012

💛 - Coveralls