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

Fix workflow mutation. #291

Merged
merged 1 commit into from
Feb 11, 2024
Merged

Fix workflow mutation. #291

merged 1 commit into from
Feb 11, 2024

Conversation

terabytesoftw
Copy link
Member

Q A
Is bugfix? ✔️
New feature?
Breaks BC?

Copy link

what-the-diff bot commented Feb 10, 2024

PR Summary

  • Update to Workflow Configuration
    The automated workflow configuration, specifically the mutation.yml file, was changed to adjust to current needs.
  • Upgrade to Latest PHP Version
    The version of PHP we're using was updated. We were previously using PHP 8.0, but with this change we're now using PHP 8.1, which will allow us to incorporate the latest PHP features and improvements.
  • Improvement in 'Infection' Running Step
    An update was made to the command used to run a quality assurance tool called 'Infection'. Inclusion of --threads=2 flag should help increase the speed and efficiency of how this tool runs.
  • Use of STRYKER_DASHBOARD_API_KEY
    The STRYKER_DASHBOARD_API_KEY is now being referenced in the run command. This would help in streamlining use of mutation testing dashboard, if you are using one.

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (36aa01a) 98.42% compared to head (c8e8d1e) 98.42%.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #291   +/-   ##
=========================================
  Coverage     98.42%   98.42%           
  Complexity      329      329           
=========================================
  Files            19       19           
  Lines          1015     1015           
=========================================
  Hits            999      999           
  Misses           16       16           

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

@terabytesoftw terabytesoftw requested a review from a team February 10, 2024 11:15
@terabytesoftw terabytesoftw added the status:code review The pull request needs review. label Feb 10, 2024
@terabytesoftw terabytesoftw merged commit f0ccbfa into master Feb 11, 2024
35 checks passed
@terabytesoftw terabytesoftw deleted the fix-workflow-mutation branch February 11, 2024 20:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:code review The pull request needs review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants