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

Resolve module error #84

Closed
wants to merge 5 commits into from
Closed

Conversation

Vidya2606
Copy link
Contributor

Addressing the errors in the attached screen shots.
Screenshot 2023-12-20 at 4 36 48 PM

@azure/functions-core is built-in module that ships directly in Azure, not through npm. It is recommended to list @azure/functions-core as an external package so that the bundler will ignore it.
Azure/azure-functions-nodejs-library#201

bufferutil and utf-8-validate are added in the package.json for opt-in performance. Please refer link https://www.npmjs.com/package/ws?activeTab=readme

@codecov-commenter
Copy link

codecov-commenter commented Dec 22, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (2b11e5b) 73.67% compared to head (3169493) 73.57%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #84      +/-   ##
==========================================
- Coverage   73.67%   73.57%   -0.11%     
==========================================
  Files          37       37              
  Lines        3199     3130      -69     
  Branches      149      149              
==========================================
- Hits         2357     2303      -54     
+ Misses        837      822      -15     
  Partials        5        5              
Flag Coverage Δ
unittests 73.57% <ø> (-0.11%) ⬇️

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.

@Vidya2606 Vidya2606 closed this Dec 22, 2023
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