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

feat(test runner): add concurrency limit option #260

Merged
merged 6 commits into from
May 18, 2024
Merged

Conversation

wellwelwel
Copy link
Owner

Closes #31.

Copy link

codecov bot commented May 18, 2024

Codecov Report

Attention: Patch coverage is 78.57143% with 6 lines in your changes are missing coverage. Please review.

Project coverage is 92.41%. Comparing base (29c5f7a) to head (1bcbe62).

Files Patch % Lines
src/services/run-tests.ts 76.92% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #260      +/-   ##
==========================================
+ Coverage   91.48%   92.41%   +0.92%     
==========================================
  Files          29       29              
  Lines        2266     2280      +14     
  Branches      281      306      +25     
==========================================
+ Hits         2073     2107      +34     
+ Misses        190      170      -20     
  Partials        3        3              
Flag Coverage Δ
linux-nodejs ?
linux-parallel 91.22% <64.28%> (?)
linux-parallel-options 91.49% <64.28%> (?)
linux-sequential 89.86% <7.14%> (?)
linux-sequential-options 90.13% <7.14%> (?)
osx-nodejs ?
osx-parallel 91.22% <64.28%> (?)
osx-parallel-options 91.49% <64.28%> (?)
osx-sequential 89.86% <7.14%> (?)
osx-sequential-options 90.13% <7.14%> (?)
windows-nodejs ?
windows-parallel 90.70% <64.28%> (?)
windows-parallel-options 90.96% <64.28%> (?)
windows-sequential 89.34% <7.14%> (?)
windows-sequential-options 89.60% <7.14%> (?)

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.

@wellwelwel wellwelwel marked this pull request as ready for review May 18, 2024 02:08
@wellwelwel wellwelwel merged commit 58c9dc0 into main May 18, 2024
38 checks passed
@wellwelwel wellwelwel deleted the concurrency branch May 18, 2024 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow to limit concurrency in parallel runs
1 participant