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 Infection to the pipeline #350

Merged
merged 6 commits into from
Mar 3, 2022
Merged

Add Infection to the pipeline #350

merged 6 commits into from
Mar 3, 2022

Conversation

villfa
Copy link
Collaborator

@villfa villfa commented Mar 3, 2022

Closes #330

@codecov
Copy link

codecov bot commented Mar 3, 2022

Codecov Report

Merging #350 (a31bad5) into master (aebf335) will decrease coverage by 0.02%.
The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #350      +/-   ##
============================================
- Coverage     98.97%   98.94%   -0.03%     
============================================
  Files            55       55              
  Lines           874      857      -17     
============================================
- Hits            865      848      -17     
  Misses            9        9              
Impacted Files Coverage Δ
src/Assessor/CyclomaticComplexityAssessor.php 100.00% <100.00%> (ø)
src/Command/AssessComplexityCommand.php 100.00% <100.00%> (ø)
src/Process/ConcreteProcessFactory.php 96.29% <0.00%> (-0.14%) ⬇️
src/Result/ResultAccumulator.php 97.56% <0.00%> (-0.06%) ⬇️
src/File/FileFinder.php 97.61% <0.00%> (-0.06%) ⬇️
src/Command/RunCommand.php 98.79% <0.00%> (-0.02%) ⬇️
src/Process/PredefinedProcess.php 100.00% <0.00%> (ø)
src/Event/Channel/AfterAnalysisChannel.php 100.00% <0.00%> (ø)
src/Process/ChangesCountProcessBuilder.php 100.00% <0.00%> (ø)
src/Event/Channel/BeforeAnalysisChannel.php 100.00% <0.00%> (ø)
... and 5 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 aebf335...a31bad5. Read the comment docs.

@villfa villfa merged commit 7b0e148 into bmitch:master Mar 3, 2022
@villfa villfa deleted the ci/infection branch March 3, 2022 13:38
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.

Add mutation testing
1 participant