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 #481

Merged
merged 1 commit into from Apr 20, 2021

Conversation

localheinz
Copy link
Member

This pull request

  • uses Xdebug instead of pcov for collecting code coverage

@codecov
Copy link

codecov bot commented Apr 20, 2021

Codecov Report

Merging #481 (82a0859) into main (ecedc74) will not change coverage.
The diff coverage is n/a.

❗ Current head 82a0859 differs from pull request most recent head d96b5fe. Consider uploading reports for the commit d96b5fe to get more accurate results
Impacted file tree graph

@@             Coverage Diff             @@
##                main      #481   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       164       164           
===========================================
  Files             34        34           
  Lines            515       551   +36     
===========================================
+ Hits             515       551   +36     
Impacted Files Coverage Δ Complexity Δ
src/Json.php 100.00% <0.00%> (ø) 9.00% <0.00%> (ø%)
src/Format/Indent.php 100.00% <0.00%> (ø) 9.00% <0.00%> (ø%)
src/Format/Formatter.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
src/SchemaNormalizer.php 100.00% <0.00%> (ø) 32.00% <0.00%> (ø%)
src/Validator/SchemaValidator.php 100.00% <0.00%> (ø) 10.00% <0.00%> (ø%)
src/Exception/InvalidIndentSizeException.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
src/Vendor/Composer/ConfigHashNormalizer.php 100.00% <0.00%> (ø) 8.00% <0.00%> (ø%)
src/Exception/InvalidIndentStyleException.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
src/Exception/InvalidJsonEncodedException.php 100.00% <0.00%> (ø) 2.00% <0.00%> (ø%)
src/Vendor/Composer/PackageHashNormalizer.php 100.00% <0.00%> (ø) 7.00% <0.00%> (ø%)
... and 10 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 ecedc74...d96b5fe. Read the comment docs.

@ergebnis-bot ergebnis-bot self-assigned this Apr 20, 2021
@ergebnis-bot ergebnis-bot merged commit c2f07eb into main Apr 20, 2021
@ergebnis-bot ergebnis-bot deleted the fix/xdebug branch April 20, 2021 10:19
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.

None yet

2 participants