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

Remove preloading when using processUncoveredFiles #800

Merged
merged 2 commits into from
Aug 24, 2020

Conversation

dvdoug
Copy link
Contributor

@dvdoug dvdoug commented Aug 23, 2020

As discussed in #799, this feature is no longer required because of Xdebug's built in filter

As discussed in sebastianbergmann#799, this feature is no longer required because of Xdebug's built in filter
@codecov
Copy link

codecov bot commented Aug 23, 2020

Codecov Report

Merging #800 into master will decrease coverage by 0.06%.
The diff coverage is 42.10%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #800      +/-   ##
============================================
- Coverage     83.00%   82.93%   -0.07%     
+ Complexity     1114     1112       -2     
============================================
  Files            60       60              
  Lines          3413     3411       -2     
============================================
- Hits           2833     2829       -4     
- Misses          580      582       +2     
Impacted Files Coverage Δ Complexity Δ
src/CodeCoverage.php 44.49% <42.10%> (-1.31%) 97.00 <4.00> (-2.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 a95e4c1...bf6db52. Read the comment docs.

@sebastianbergmann sebastianbergmann merged commit 0a39bae into sebastianbergmann:master Aug 24, 2020
$this->addUncoveredFilesFromFilter();
if (!$raw) {
if ($this->processUncoveredFiles) {
$this->processUncoveredFilesFromFilter();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've run the tests locally, and as codecov tells, there's no test that covers this line nor the processUncoveredFilesFromFilter method

@lcobucci
Copy link
Contributor

After upgrading to PHPUnit 9.3.8 (and php-code-coverage 9.1.5) I started to have risky tests for this project: https://travis-ci.com/github/lcobucci/clock/jobs/378484206#L366 (the lines reported there are empty lines at the end of the files). Can it be related to this changeset?

@dvdoug
Copy link
Contributor Author

dvdoug commented Aug 28, 2020

@lcobucci See #799

@dvdoug dvdoug deleted the remove_preloading 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.

4 participants