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

Run functional tests in the main PHPUnit process to get real code-coverage #489

Merged
merged 2 commits into from Aug 3, 2020

Conversation

Slamdunk
Copy link
Member

@Slamdunk Slamdunk commented Aug 3, 2020

No description provided.

@codecov
Copy link

codecov bot commented Aug 3, 2020

Codecov Report

Merging #489 into master will increase coverage by 12.85%.
The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master     #489       +/-   ##
=============================================
+ Coverage     77.06%   89.92%   +12.85%     
  Complexity      674      674               
=============================================
  Files            34       34               
  Lines          1788     1787        -1     
=============================================
+ Hits           1378     1607      +229     
+ Misses          410      180      -230     
Impacted Files Coverage Δ Complexity Δ
src/Console/Testers/PHPUnit.php 73.77% <100.00%> (+7.91%) 39.00 <0.00> (ø)
src/Runners/PHPUnit/Configuration.php 96.20% <0.00%> (ø) 38.00% <0.00%> (ø%)
src/Runners/PHPUnit/Runner.php 84.09% <0.00%> (+1.13%) 33.00% <0.00%> (ø%)
src/Logging/JUnit/Reader.php 97.84% <0.00%> (+2.15%) 30.00% <0.00%> (ø%)
src/Runners/PHPUnit/BaseRunner.php 89.83% <0.00%> (+5.08%) 24.00% <0.00%> (ø%)
src/Runners/PHPUnit/Worker/BaseWorker.php 81.17% <0.00%> (+9.41%) 37.00% <0.00%> (ø%)
src/Runners/PHPUnit/ResultPrinter.php 90.05% <0.00%> (+11.11%) 61.00% <0.00%> (ø%)
src/Runners/PHPUnit/SuiteLoader.php 95.77% <0.00%> (+11.26%) 72.00% <0.00%> (ø%)
src/Runners/PHPUnit/Worker/WrapperWorker.php 82.00% <0.00%> (+32.00%) 22.00% <0.00%> (ø%)
... and 6 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 91bb0a2...84a2f38. Read the comment docs.

@Slamdunk Slamdunk merged commit 1f75c23 into paratestphp:master Aug 3, 2020
@Slamdunk Slamdunk deleted the functional_to_unit branch August 3, 2020 14:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

None yet

1 participant