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

Fix for source-map related errors #6398

Merged
merged 6 commits into from
Aug 28, 2023
Merged

Fix for source-map related errors #6398

merged 6 commits into from
Aug 28, 2023

Conversation

lalimasharda
Copy link
Contributor

@lalimasharda lalimasharda commented Aug 25, 2023

Added "src" under files to be included in the package

Related GH issue: #6382

@github-actions github-actions bot added msal-angular Related to @azure/msal-angular package msal-browser Related to msal-browser package msal-common Related to msal-common package msal-react Related to @azure/msal-react labels Aug 25, 2023
@codecov-commenter
Copy link

codecov-commenter commented Aug 25, 2023

Codecov Report

Merging #6398 (0310631) into dev (81d34b4) will decrease coverage by 1.85%.
Report is 272 commits behind head on dev.
The diff coverage is 66.59%.

Flag Coverage Δ
msal-angular 96.73% <92.78%> (+0.22%) ⬆️
msal-browser 85.81% <ø> (-0.66%) ⬇️
msal-common 83.07% <ø> (-1.48%) ⬇️
msal-core ?
msal-node 79.86% <ø> (-3.53%) ⬇️
msal-node-extensions 67.37% <59.74%> (-8.27%) ⬇️
msal-react 94.24% <ø> (-0.45%) ⬇️
node-token-validation ?
Files Changed Coverage Δ
...ions/msal-node-extensions/src/utils/Environment.ts 20.51% <0.00%> (-22.08%) ⬇️
lib/msal-angular/src/msal.interceptor.ts 100.00% <ø> (ø)
lib/msal-angular/src/msal.module.ts 100.00% <ø> (ø)
lib/msal-angular/src/msal.navigation.client.ts 93.33% <ø> (+0.47%) ⬆️
lib/msal-angular/src/msal.redirect.component.ts 100.00% <ø> (ø)
lib/msal-angular/src/msal.service.ts 100.00% <ø> (ø)
lib/msal-angular/src/packageMetadata.ts 100.00% <ø> (ø)
...b/msal-browser/src/app/IPublicClientApplication.ts 42.42% <ø> (-1.33%) ⬇️
...ib/msal-browser/src/app/PublicClientApplication.ts 67.44% <ø> (-27.89%) ⬇️
...er/src/broker/nativeBroker/NativeMessageHandler.ts 86.29% <ø> (+0.33%) ⬆️
... and 70 more

... and 160 files with indirect coverage changes

@github-actions github-actions bot added the msal-node Related to msal-node package label Aug 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
msal-angular Related to @azure/msal-angular package msal-browser Related to msal-browser package msal-common Related to msal-common package msal-node Related to msal-node package msal-react Related to @azure/msal-react
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Getting "Error: ENOENT: no such file or directory" in path : azure/msal-react/src/packageMetadata.ts
4 participants