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(editor): Prevent workflow breaking when credential type is unknown #6923

Merged
merged 1 commit into from
Aug 14, 2023

fix: Prevent workflow breaking when credential type is unknown

aa98a09
Select commit
Loading
Failed to load commit list.
Merged

fix(editor): Prevent workflow breaking when credential type is unknown #6923

fix: Prevent workflow breaking when credential type is unknown
aa98a09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 14, 2023 in 1s

24.84% (-0.01%) compared to 808a928

View this Pull Request on Codecov

24.84% (-0.01%) compared to 808a928

Details

Codecov Report

Patch coverage: 19.60% and project coverage change: -0.01% ⚠️

Comparison is base (808a928) 24.85% compared to head (aa98a09) 24.84%.
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6923      +/-   ##
==========================================
- Coverage   24.85%   24.84%   -0.01%     
==========================================
  Files        3144     3144              
  Lines      191241   191232       -9     
  Branches    21090    21087       -3     
==========================================
- Hits        47527    47519       -8     
+ Misses     142736   142735       -1     
  Partials      978      978              
Files Changed Coverage Δ
...ckages/editor-ui/src/components/CredentialCard.vue 0.00% <0.00%> (ø)
...i/src/components/CredentialEdit/CredentialEdit.vue 0.00% <0.00%> (ø)
...ges/editor-ui/src/components/CredentialsSelect.vue 61.62% <0.00%> (-0.37%) ⬇️
...kages/editor-ui/src/components/NodeCredentials.vue 43.46% <0.00%> (+0.28%) ⬆️
packages/editor-ui/src/components/ScopesNotice.vue 42.55% <0.00%> (-1.90%) ⬇️
packages/editor-ui/src/utils/nodeTypesUtils.ts 30.96% <0.00%> (ø)
packages/editor-ui/src/mixins/nodeHelpers.ts 28.21% <10.00%> (-0.74%) ⬇️
packages/editor-ui/src/stores/credentials.store.ts 30.57% <50.00%> (-0.08%) ⬇️

... and 5 files with indirect coverage changes

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