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

Fix: Use Xdebug instead of pcov for collecting code coverage #391

Merged
merged 1 commit into from
Nov 8, 2021

Conversation

localheinz
Copy link
Member

This pull request

  • uses Xdebug instead of pcov for collecting code coverage

@localheinz localheinz self-assigned this Nov 8, 2021
@codecov
Copy link

codecov bot commented Nov 8, 2021

Codecov Report

Merging #391 (0c981bc) into main (1687e7f) will decrease coverage by 5.99%.
The diff coverage is n/a.

❗ Current head 0c981bc differs from pull request most recent head 6f87dff. Consider uploading reports for the commit 6f87dff to get more accurate results
Impacted file tree graph

@@             Coverage Diff              @@
##               main     #391      +/-   ##
============================================
- Coverage     90.06%   84.07%   -6.00%     
  Complexity      151      151              
============================================
  Files            23       23              
  Lines           433      496      +63     
============================================
+ Hits            390      417      +27     
- Misses           43       79      +36     
Impacted Files Coverage Δ
...c/Closures/NoNullableReturnTypeDeclarationRule.php 63.63% <0.00%> (-14.15%) ⬇️
src/Expressions/NoCompactRule.php 61.53% <0.00%> (-11.19%) ⬇️
.../Functions/NoNullableReturnTypeDeclarationRule.php 69.23% <0.00%> (-10.77%) ⬇️
...res/NoParameterWithNullableTypeDeclarationRule.php 80.00% <0.00%> (-8.24%) ⬇️
src/Files/DeclareStrictTypesRule.php 82.60% <0.00%> (-7.87%) ⬇️
...c/Closures/NoParameterWithNullDefaultValueRule.php 81.81% <0.00%> (-7.66%) ⬇️
...ons/NoParameterWithNullableTypeDeclarationRule.php 81.81% <0.00%> (-7.66%) ⬇️
...rc/Methods/NoNullableReturnTypeDeclarationRule.php 80.00% <0.00%> (-7.50%) ⬇️
.../Functions/NoParameterWithNullDefaultValueRule.php 83.33% <0.00%> (-7.15%) ⬇️
src/Methods/PrivateInFinalClassRule.php 84.00% <0.00%> (-6.91%) ⬇️
... and 8 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 1687e7f...6f87dff. Read the comment docs.

@localheinz localheinz merged commit d86a1d5 into main Nov 8, 2021
@localheinz localheinz deleted the fix/xdebug branch November 8, 2021 12:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants