Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Strict code coverage tracing with @covers annotations #509

Merged
merged 19 commits into from
Aug 19, 2020

Conversation

Slamdunk
Copy link
Member

@Slamdunk Slamdunk commented Aug 18, 2020

Close #428

@codecov
Copy link

codecov bot commented Aug 18, 2020

Codecov Report

Merging #509 into master will increase coverage by 7.99%.
The diff coverage is 99.70%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #509      +/-   ##
============================================
+ Coverage     91.82%   99.82%   +7.99%     
+ Complexity      606      555      -51     
============================================
  Files            31       28       -3     
  Lines          1799     1703      -96     
============================================
+ Hits           1652     1700      +48     
+ Misses          147        3     -144     
Impacted Files Coverage Δ Complexity Δ
src/Coverage/CoverageReporter.php 100.00% <ø> (ø) 7.00 <0.00> (ø)
src/Parser/ParsedObject.php 100.00% <ø> (ø) 3.00 <0.00> (-2.00)
src/Runners/PHPUnit/Worker/SqliteWorker.php 100.00% <ø> (+16.66%) 2.00 <0.00> (-1.00) ⬆️
src/Runners/PHPUnit/WrapperRunner.php 98.61% <94.44%> (+18.17%) 27.00 <2.00> (-4.00) ⬆️
src/Coverage/CoverageMerger.php 100.00% <100.00%> (+4.87%) 10.00 <5.00> (-6.00) ⬆️
src/Logging/JUnit/Reader.php 100.00% <100.00%> (ø) 47.00 <24.00> (+14.00)
src/Logging/JUnit/TestCase.php 100.00% <100.00%> (ø) 4.00 <0.00> (-1.00)
src/Logging/JUnit/TestSuite.php 100.00% <100.00%> (ø) 2.00 <1.00> (-1.00)
src/Logging/JUnit/Writer.php 100.00% <100.00%> (ø) 26.00 <2.00> (+5.00)
src/Logging/#terpreter.php 100.00% <100.00%> (+1.69%) 27.00 <13.00> (+5.00)
... and 26 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 1ac67ec...e4faa4a. Read the comment docs.

@Slamdunk Slamdunk marked this pull request as ready for review August 19, 2020 13:26
@Slamdunk Slamdunk merged commit 7a0e5e6 into paratestphp:master Aug 19, 2020
@Slamdunk Slamdunk deleted the code_coverage branch August 19, 2020 13:27
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Development

Successfully merging this pull request may close these issues.

Allow setting custom temp directory
1 participant