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. #323

Merged
merged 2 commits into from
Feb 11, 2024
Merged

Fix workflow mutation. #323

merged 2 commits 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

  • Updated the Command in Run Infection Step
    The process to execute commands in the "Run infection" stage within the mutation.yml file has been modified. Instead of using -j2, we're now using the --threads=2 flag. This provides an equivalent level of parallel processing, better readability and consistency across different systems.

Copy link

codecov bot commented Feb 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9fae32a) 99.04% compared to head (ebb7fa3) 99.04%.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master     #323   +/-   ##
=========================================
  Coverage     99.04%   99.04%           
  Complexity      174      174           
=========================================
  Files            13       13           
  Lines           524      524           
=========================================
  Hits            519      519           
  Misses            5        5           

☔ 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:14
@terabytesoftw terabytesoftw added the status:code review The pull request needs review. label Feb 10, 2024
@terabytesoftw terabytesoftw merged commit 14a979e into master Feb 11, 2024
79 checks passed
@terabytesoftw terabytesoftw deleted the fix-workflow-mutation branch February 11, 2024 20:16
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