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

Support all Azure Functions Triggers from the official lib, and fix azure function name #134

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

fix(azure-functions): function name to be camelCase

abc5620
Select commit
Loading
Failed to load commit list.
Open

Support all Azure Functions Triggers from the official lib, and fix azure function name #134

fix(azure-functions): function name to be camelCase
abc5620
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed May 5, 2024 in 1s

35.76% (-0.13%) compared to 647fe3f

View this Pull Request on Codecov

35.76% (-0.13%) compared to 647fe3f

Details

Codecov Report

Attention: Patch coverage is 24.13793% with 88 lines in your changes are missing coverage. Please review.

Project coverage is 35.76%. Comparing base (647fe3f) to head (abc5620).
Report is 11 commits behind head on main.

Files Patch % Lines
packages/azure-functions/src/trigger.ts 21.42% 88 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #134      +/-   ##
==========================================
- Coverage   35.89%   35.76%   -0.13%     
==========================================
  Files          35       34       -1     
  Lines        1145     1233      +88     
  Branches       82       81       -1     
==========================================
+ Hits          411      441      +30     
- Misses        708      767      +59     
+ Partials       26       25       -1     

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