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

Parallel Tests #5110

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

Parallel Tests #5110

wants to merge 7 commits into from

Conversation

colby-swandale
Copy link
Member

What's this about?

Currently we run our tests in serial, leading to somewhat slow test times in Dev & Github Actions even though we have fast machines.

This Pul Request tweaks our test setup to enable parallel tests, and updates our tests to work correctly with the new changes.

Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 43.99%. Comparing base (839de87) to head (7d2ad63).
Report is 4 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5110       +/-   ##
===========================================
- Coverage   96.95%   43.99%   -52.96%     
===========================================
  Files         421      421               
  Lines        8777     9057      +280     
===========================================
- Hits         8510     3985     -4525     
- Misses        267     5072     +4805     

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

Successfully merging this pull request may close these issues.

1 participant