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

Parallelise mutation tests #2395

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Parallelise mutation tests #2395

wants to merge 4 commits into from

Conversation

martincostello
Copy link
Member

  • Run each mutation test project in parallel in its own GitHub Actions job.
  • Install the .NET 8 SDK when required now we only explicitly install .NET 6 and 9.
  • Minimise redundant work when running mutation tests.

- Run each mutation test project in parallel in its own GitHub Actions job.
- Install the .NET 8 SDK when required now we only explicitly install .NET 6 and 9.
-Minimise redundant work when running mutation tests.
@martincostello martincostello added enhancement .NET Pull requests that update .NET code labels Nov 15, 2024
Wrap condition in braces.
It's slower on Windows than the benefit it gives.
Copy link

codecov bot commented Nov 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 85.39%. Comparing base (da955ac) to head (db90950).
Report is 2 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2395   +/-   ##
=======================================
  Coverage   85.39%   85.39%           
=======================================
  Files         312      312           
  Lines        7464     7464           
  Branches     1121     1121           
=======================================
  Hits         6374     6374           
  Misses        745      745           
  Partials      345      345           
Flag Coverage Δ
linux 85.39% <ø> (+0.02%) ⬆️
macos 85.39% <ø> (ø)
windows 85.39% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

Remove the hyphen.
@martincostello
Copy link
Member Author

Full end-to-end mutation tests job down from 45 minutes to 25 minutes.

@martincostello
Copy link
Member Author

@joelhulen When you get a moment, could you remove mutations-legacy as a required status and add mutation-tests instead please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement .NET Pull requests that update .NET code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants