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

Add mutation testing #510

Merged
merged 4 commits into from Sep 8, 2020
Merged

Add mutation testing #510

merged 4 commits into from Sep 8, 2020

Conversation

@codecov
Copy link

codecov bot commented Aug 19, 2020

Codecov Report

Merging #510 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@             Coverage Diff             @@
##              master      #510   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity       537       537           
===========================================
  Files             25        25           
  Lines           1636      1664   +28     
===========================================
+ Hits            1636      1664   +28     
Impacted Files Coverage Δ Complexity Δ
src/Util/Str.php 100.00% <0.00%> (ø) 3.00% <0.00%> (ø%)
src/Parser/Parser.php 100.00% <0.00%> (ø) 17.00% <0.00%> (ø%)
src/Logging/JUnit/Reader.php 100.00% <0.00%> (ø) 53.00% <0.00%> (ø%)
src/Logging/JUnit/Writer.php 100.00% <0.00%> (ø) 26.00% <0.00%> (ø%)
src/Logging/JUnit/TestCase.php 100.00% <0.00%> (ø) 8.00% <0.00%> (ø%)
src/Runners/PHPUnit/Runner.php 100.00% <0.00%> (ø) 20.00% <0.00%> (ø%)
src/Runners/PHPUnit/Options.php 100.00% <0.00%> (ø) 96.00% <0.00%> (ø%)
src/Runners/PHPUnit/BaseRunner.php 100.00% <0.00%> (ø) 22.00% <0.00%> (ø%)
src/Runners/PHPUnit/SuiteLoader.php 100.00% <0.00%> (ø) 75.00% <0.00%> (ø%)
src/Runners/PHPUnit/ResultPrinter.php 100.00% <0.00%> (ø) 64.00% <0.00%> (ø%)
... and 4 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 90b23bd...7cfb253. Read the comment docs.

@Slamdunk Slamdunk marked this pull request as ready for review September 8, 2020 08:46
@Slamdunk Slamdunk merged commit 3e6343a into paratestphp:master Sep 8, 2020
@Slamdunk Slamdunk deleted the infection branch September 8, 2020 08:57
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