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 support for remote functions #2026

Merged
merged 17 commits into from
Aug 14, 2024

Merge branch 'main' into feat-functions

0110bf2
Select commit
Loading
Failed to load commit list.
Merged

Add support for remote functions #2026

Merge branch 'main' into feat-functions
0110bf2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2024 in 1s

81.59% (+81.59%) compared to 01c174d

View this Pull Request on Codecov

81.59% (+81.59%) compared to 01c174d

Details

Codecov Report

Attention: Patch coverage is 76.14679% with 26 lines in your changes missing coverage. Please review.

Project coverage is 81.59%. Comparing base (01c174d) to head (0110bf2).

Files Patch % Lines
src/App.ts 18.51% 15 Missing and 7 partials ⚠️
src/CustomFunction.ts 95.38% 0 Missing and 3 partials ⚠️
src/middleware/builtin.ts 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff            @@
##           main    #2026       +/-   ##
=========================================
+ Coverage      0   81.59%   +81.59%     
=========================================
  Files         0       19       +19     
  Lines         0     1646     +1646     
  Branches      0      464      +464     
=========================================
+ Hits          0     1343     +1343     
- Misses        0      194      +194     
- Partials      0      109      +109     

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