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

FI-2330: Change store_request to use keyword params #414

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

tstrass
Copy link
Contributor

@tstrass tstrass commented Dec 5, 2023

Summary

Follow-on to #407

This enables compatibility with any callers that don't need to name or tag the request they're storing.

Specifically, there is at least one relevant caller in US Core here.

Testing Guidance

Run with US Core and g10 test kits

This enables compatibility with any callers that don't need to name
or tag the request they're storing
@tstrass tstrass self-assigned this Dec 5, 2023
Copy link

codecov bot commented Dec 5, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (b2dd4fc) 77.10% compared to head (c156eb3) 77.10%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #414   +/-   ##
=======================================
  Coverage   77.10%   77.10%           
=======================================
  Files         218      218           
  Lines       10872    10872           
  Branches     1018     1018           
=======================================
  Hits         8383     8383           
  Misses       1911     1911           
  Partials      578      578           
Flag Coverage Δ
backend 93.82% <100.00%> (ø)

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.

@tstrass tstrass merged commit 05cc929 into main Dec 5, 2023
10 checks passed
@tstrass tstrass deleted the fi-2330-keyword-params branch December 5, 2023 14:38
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