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

find: replace zip with nested loops in tests #385

Merged
merged 1 commit into from
May 16, 2024

Conversation

cakebaker
Copy link
Contributor

This PR replaces the use of zip with nested loops because it was mistakenly assumed that zip creates the Cartesian product of two lists.

Copy link

codecov bot commented May 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 58.52%. Comparing base (70b7b36) to head (6fe2c9c).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #385   +/-   ##
=======================================
  Coverage   58.52%   58.52%           
=======================================
  Files          30       30           
  Lines        3824     3824           
  Branches      842      842           
=======================================
  Hits         2238     2238           
  Misses       1255     1255           
  Partials      331      331           

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

@sylvestre sylvestre force-pushed the find_replace_zip_with_nested_loops branch from 3251ac1 to 6fe2c9c Compare May 16, 2024 08:44
@sylvestre sylvestre merged commit b91820d into uutils:main May 16, 2024
18 checks passed
@cakebaker cakebaker deleted the find_replace_zip_with_nested_loops branch May 16, 2024 08:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants