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

Add setContext, helper for injecting other dependencies #117

Merged
merged 8 commits into from
Jan 21, 2024

Conversation

mildronize
Copy link
Collaborator

No description provided.

Copy link

codecov bot commented Jan 21, 2024

Codecov Report

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

Comparison is base (3c91532) 27.69% compared to head (bab800d) 35.81%.

Files Patch % Lines
packages/core/src/nammatham-app.ts 0.00% 20 Missing ⚠️
packages/azure-functions/src/trigger.ts 0.00% 10 Missing ⚠️
packages/core/src/bases/base-handler.ts 0.00% 6 Missing and 1 partial ⚠️
packages/azure-functions/src/handler.ts 84.37% 5 Missing ⚠️
packages/azure-functions/src/types.ts 0.00% 3 Missing ⚠️
packages/core/src/types.ts 0.00% 2 Missing ⚠️
packages/core/src/bases/index.ts 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #117      +/-   ##
==========================================
+ Coverage   27.69%   35.81%   +8.12%     
==========================================
  Files          45       30      -15     
  Lines        1282     1047     -235     
  Branches       90       76      -14     
==========================================
+ Hits          355      375      +20     
+ Misses        890      650     -240     
+ Partials       37       22      -15     

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

@mildronize mildronize merged commit 0259e0e into main Jan 21, 2024
8 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.

Allow to setContext (NammathamContext) at function-level (Azure Functions)
1 participant