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

Issue/129 contextless endpoints by default #130

Merged
merged 5 commits into from
Feb 13, 2024

Conversation

stazz
Copy link
Member

@stazz stazz commented Feb 11, 2024

Fixes #129

stazz added 2 commits February 9, 2024 23:28
…xt from args passed to endpoint methods.
…s work properly. Added tests to new code as well.
@stazz stazz self-assigned this Feb 11, 2024
Copy link

codecov bot commented Feb 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (217e576) 100.00% compared to head (f95f9c5) 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##              main      #130    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           11        11            
  Lines         2844      3075   +231     
  Branches       346       354     +8     
==========================================
+ Hits          2844      3075   +231     
Flag Coverage Δ
endpoint 100.00% <ø> (ø)
endpoint-spec 100.00% <100.00%> (ø)
server 100.00% <100.00%> (ø)
state 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
endpoint-spec/src/implementation/app.ts 100.00% <100.00%> (ø)
server/src/endpoint-squash.ts 100.00% <100.00%> (ø)
server/src/flow.ts 100.00% <100.00%> (ø)

@stazz stazz merged commit ef1e6ab into main Feb 13, 2024
19 checks passed
@stazz stazz deleted the issue/129-contextless-endpoints-by-default branch February 13, 2024 20:16
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.

Endpoint-spec: contextless endpoints by default
1 participant