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

Fix mutation tests #60

Merged
merged 1 commit into from
Feb 15, 2024
Merged

Fix mutation tests #60

merged 1 commit into from
Feb 15, 2024

Conversation

vjik
Copy link
Member

@vjik vjik commented Feb 15, 2024

Q A
Is bugfix?
New feature?
Breaks BC?

Copy link

what-the-diff bot commented Feb 15, 2024

PR Summary

  • Update PHP Version
    The PHP version used in our automated testing process (specifically in mutation.yml) has been upgraded from version 8.1/8.2 to the newer version 8.3. This ensures our code is compatible with the latest PHP updates.

  • Modification of run Command
    The command used to execute our 'Infection' test (a type of test for checking code quality applied in the Run infection step) has been updated. The instruction now includes --threads=2 flag, meaning the test will split its workload into two parts and run them concurrently. This can potentially improve the speed of our testing process.

Copy link

codecov bot commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (ed3537e) 100.00% compared to head (3e5f754) 100.00%.

Additional details and impacted files
@@             Coverage Diff             @@
##              master       #60   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
  Complexity        16        16           
===========================================
  Files              2         2           
  Lines             96        96           
===========================================
  Hits              96        96           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@vjik vjik merged commit 12aa7a3 into master Feb 15, 2024
144 of 145 checks passed
@vjik vjik deleted the vjik-patch-1 branch February 15, 2024 07:45
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant