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

chore!: drop parallel in favor of sequential option #888

Merged
merged 9 commits into from
Dec 11, 2024
Merged

Conversation

wellwelwel
Copy link
Owner

@wellwelwel wellwelwel commented Dec 10, 2024

Run in parallel by default.

  • --sequential is a shortcut for --concurrency=1.
  • --parallel and -p options are no longer available.
  • The documentation is now organized according to Poku versions.

Related:

Copy link

codecov bot commented Dec 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.62%. Comparing base (96b8707) to head (376125b).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #888      +/-   ##
==========================================
- Coverage   98.90%   98.62%   -0.28%     
==========================================
  Files          35       35              
  Lines        1820     1741      -79     
  Branches       13       15       +2     
==========================================
- Hits         1800     1717      -83     
- Misses          8       11       +3     
- Partials       12       13       +1     
Flag Coverage Δ
linux 98.50% <100.00%> (-0.34%) ⬇️
osx 98.56% <100.00%> (-0.29%) ⬇️
windows 98.50% <100.00%> (-0.34%) ⬇️

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 changed the title chore!: drop parallel in favor of sequential chore!: drop parallel in favor of sequential option Dec 10, 2024
@wellwelwel wellwelwel added this to the 3.0.0 milestone Dec 10, 2024
@wellwelwel wellwelwel marked this pull request as ready for review December 11, 2024 06:24
@wellwelwel wellwelwel merged commit fc2c72d into main Dec 11, 2024
22 checks passed
@wellwelwel wellwelwel deleted the parallel branch December 11, 2024 06:29
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.

1 participant