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

[Echo] Add address_types to the Echo integration class #5318

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

chrismytton
Copy link
Member

@chrismytton chrismytton commented Jan 2, 2025

This simplifies the code by avoiding the need to pass the config around.

It also means that calling FindPoints via call-wasteworks-backend will only return address_types from the config file without the need to manually pass in the config.

Came up while investigating FD-4972

Copy link

codecov bot commented Jan 2, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.44%. Comparing base (316359b) to head (cdd00e2).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5318   +/-   ##
=======================================
  Coverage   82.44%   82.44%           
=======================================
  Files         415      415           
  Lines       32904    32903    -1     
  Branches     5277     5277           
=======================================
  Hits        27128    27128           
+ Misses       4219     4218    -1     
  Partials     1557     1557           

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

@chrismytton chrismytton requested a review from davea January 6, 2025 12:25
This simplifies the code by avoiding the need to pass the config around,
and also means that calling FindPoints via call-wasteworks-backend will
only return address_types from the config file without the need to
manually pass in the config.
@mysociety-pusher mysociety-pusher force-pushed the echo-findpoints-use-config-properly branch from 71d1ac5 to cdd00e2 Compare January 7, 2025 11:09
@mysociety-pusher mysociety-pusher merged commit cdd00e2 into master Jan 7, 2025
21 checks passed
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.

3 participants