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(Resources): onException should be created at the top #1585

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

lordrip
Copy link
Member

@lordrip lordrip commented Oct 17, 2024

Context

When adding an onException to the Canvas, it's created at the end of the YAML, but it should be created at the beginning instead.

fix: #1577

When adding an onException to the Canvas, it's created at the end of the
YAML, but it should be created at the beginning instead.

fix: KaotoIO#1577
Copy link

sonarcloud bot commented Oct 17, 2024

Copy link

codecov bot commented Oct 17, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (main@2e6d8e6). Learn more about missing BASE report.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1585   +/-   ##
=======================================
  Coverage        ?   79.99%           
  Complexity      ?      272           
=======================================
  Files           ?      279           
  Lines           ?     7924           
  Branches        ?     1551           
=======================================
  Hits            ?     6339           
  Misses          ?     1474           
  Partials        ?      111           

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

@lordrip lordrip merged commit 885ce63 into KaotoIO:main Oct 17, 2024
11 of 12 checks passed
@lordrip lordrip deleted the fix/add-error-entities-at-the-top branch October 17, 2024 18:12
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.

onException should be created at the top
2 participants