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

Implement todos in code #2504

Merged
merged 1 commit into from
Feb 14, 2024

Conversation

ziv17
Copy link
Collaborator

@ziv17 ziv17 commented Dec 16, 2023

Remove road_segment_name from query if road_segment_id is present.
closes #2503
Remove warning about sqlalchemy filter column operator. Removed by suppressing the warning in the function. The implementation follows the documentation.
closes #2507

@codecov-commenter
Copy link

codecov-commenter commented Dec 16, 2023

Codecov Report

Attention: 20 lines in your changes are missing coverage. Please review.

Comparison is base (dfca9c4) 52.98% compared to head (b8b54e3) 54.21%.

Files Patch % Lines
anyway/parsers/cbs/executor.py 50.00% 16 Missing ⚠️
anyway/models.py 87.50% 1 Missing ⚠️
anyway/request_params.py 0.00% 1 Missing ⚠️
...tions_widgets/accident_count_by_severity_widget.py 50.00% 1 Missing ⚠️
anyway/widgets/segment_junctions.py 97.36% 1 Missing ⚠️

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2504      +/-   ##
==========================================
+ Coverage   52.98%   54.21%   +1.23%     
==========================================
  Files         117      118       +1     
  Lines        9645     9761     +116     
==========================================
+ Hits         5110     5292     +182     
+ Misses       4535     4469      -66     
Flag Coverage Δ
unittests 54.21% <85.29%> (+1.23%) ⬆️

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.

@ziv17 ziv17 force-pushed the 2503-remove-road-segment-name branch from b7b1561 to 7d04158 Compare December 23, 2023 08:55
@ziv17 ziv17 changed the title 2503 remove road segment name Implement todos in code Dec 23, 2023
Remove road_segment_name from query if road_segment_id is present.
Convert segment_id to integer
Skip marker without accurate km when adding road_junction_km
@ziv17 ziv17 force-pushed the 2503-remove-road-segment-name branch from b8b54e3 to 668d91a Compare January 26, 2024 08:34
@ziv17 ziv17 marked this pull request as ready for review January 26, 2024 10:25
@ziv17 ziv17 requested review from tkalir and atalyaalon January 26, 2024 10:25
@atalyaalon atalyaalon merged commit 251ea5e into data-for-change:dev Feb 14, 2024
3 checks passed
@atalyaalon
Copy link
Collaborator

Thanks @ziv17 ! Looks good!

@ziv17 ziv17 deleted the 2503-remove-road-segment-name branch February 24, 2024 05:51
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.

Remoe warning from filter column operator Remove road_segment_name from query if road_segment_id is present.
3 participants