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

removing redundant loop #413

Merged
merged 1 commit into from
Nov 27, 2024
Merged

removing redundant loop #413

merged 1 commit into from
Nov 27, 2024

Conversation

KatKatKateryna
Copy link
Contributor

The loop was designed to iterate through each selected layer, but the function has change to take the list of all layers together. So the loop is redundant and duplicating the results.

Copy link

codecov bot commented Nov 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 9.18%. Comparing base (c5e14e7) to head (e5b21d0).
Report is 1 commits behind head on dev.

Additional details and impacted files
@@          Coverage Diff          @@
##             dev    #413   +/-   ##
=====================================
  Coverage   9.18%   9.18%           
=====================================
  Files        223     223           
  Lines       4288    4288           
  Branches     472     472           
=====================================
  Hits         394     394           
  Misses      3878    3878           
  Partials      16      16           

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

@KatKatKateryna KatKatKateryna merged commit 329315f into dev Nov 27, 2024
5 checks passed
@KatKatKateryna KatKatKateryna deleted the arcgis_quick_fix branch November 27, 2024 12:00
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