Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

fix(stepsService): Avoid passing a whole step into the getStepNested method #1746

Merged
merged 1 commit into from
May 5, 2023
Merged

fix(stepsService): Avoid passing a whole step into the getStepNested method #1746

merged 1 commit into from
May 5, 2023

Conversation

lordrip
Copy link
Collaborator

@lordrip lordrip commented May 5, 2023

Context

Currently, we're passing a whole step into the getStepNested method instead of a string.

This is caused because of how the IVizStepNode interface it's defined, turning
the whole Step typing into any.

Relates to: #1725
Relates to: #1232

Currently, we're passing a whole step into the getStepNested method instead
of a string.

This is caused because of how the IVizStepNode interface it's defined, turning
the whole Step typing into any.

Relates to: #1725
Relates to: #1232
@lordrip lordrip requested a review from a team May 5, 2023 08:58
@sonarqubecloud
Copy link

sonarqubecloud bot commented May 5, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@codecov
Copy link

codecov bot commented May 5, 2023

Codecov Report

Merging #1746 (2b777e1) into main (d2050dd) will not change coverage.
The diff coverage is 0.00%.

@@           Coverage Diff           @@
##             main    #1746   +/-   ##
=======================================
  Coverage   66.89%   66.89%           
=======================================
  Files          72       72           
  Lines        2075     2075           
  Branches      470      470           
=======================================
  Hits         1388     1388           
  Misses        645      645           
  Partials       42       42           
Impacted Files Coverage Δ
src/services/stepsService.ts 76.25% <0.00%> (ø)

@kahboom kahboom merged commit acff05b into kaoto-archive:main May 5, 2023
@lordrip lordrip deleted the fix/pass-step-uuid-instead-whole-step branch May 6, 2023 17:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants