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

Explicitly sort file list #804

Merged

Conversation

dvdoug
Copy link
Contributor

@dvdoug dvdoug commented Aug 28, 2020

Fix #803

@codecov
Copy link

codecov bot commented Aug 28, 2020

Codecov Report

Merging #804 into master will increase coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #804      +/-   ##
============================================
+ Coverage     82.93%   82.96%   +0.02%     
+ Complexity     1112     1111       -1     
============================================
  Files            60       60              
  Lines          3411     3411              
============================================
+ Hits           2829     2830       +1     
+ Misses          582      581       -1     
Impacted Files Coverage Δ Complexity Δ
src/ProcessedCodeCoverageData.php 100.00% <100.00%> (ø) 51.00 <0.00> (ø)
src/CodeCoverage.php 44.68% <0.00%> (+0.18%) 96.00% <0.00%> (-1.00%) ⬆️

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 adea706...0445bce. Read the comment docs.

@sebastianbergmann sebastianbergmann merged commit 961fee7 into sebastianbergmann:master Aug 28, 2020
@dvdoug dvdoug deleted the sort_covered_files_list branch August 29, 2020 11:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

HTML CodeCoverage doesn't sort files/dirs anymore
2 participants