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

Run tests in parallel #3910

Merged
merged 4 commits into from
May 18, 2023
Merged

Run tests in parallel #3910

merged 4 commits into from
May 18, 2023

Conversation

jjngx
Copy link
Contributor

@jjngx jjngx commented May 17, 2023

Proposed changes

This PR makes tests to run in parallel.

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@jjngx jjngx requested a review from a team as a code owner May 17, 2023 14:51
@jjngx jjngx added the tests Pull requests that update tests label May 17, 2023
@github-actions github-actions bot added chore Pull requests for routine tasks and removed tests Pull requests that update tests labels May 17, 2023
@jjngx jjngx requested review from ciarams87, haywoodsh and shaun-nx May 17, 2023 14:51
@codecov
Copy link

codecov bot commented May 17, 2023

Codecov Report

Merging #3910 (43ca781) into main (c6b0c2a) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #3910      +/-   ##
==========================================
+ Coverage   51.91%   51.94%   +0.02%     
==========================================
  Files          59       59              
  Lines       16742    16742              
==========================================
+ Hits         8692     8696       +4     
+ Misses       7750     7748       -2     
+ Partials      300      298       -2     

see 1 file with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jjngx jjngx merged commit 84418ce into main May 18, 2023
@jjngx jjngx deleted the chore/status-tests branch May 18, 2023 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
chore Pull requests for routine tasks
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants