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

Check if every unit is a function #24

Merged
merged 4 commits into from
Jan 19, 2024
Merged

Check if every unit is a function #24

merged 4 commits into from
Jan 19, 2024

Conversation

paulocoghi
Copy link
Member

@paulocoghi paulocoghi commented Jan 19, 2024

Gracefully stop a flow when at least one unit inside it isn't a function, informing on console.

This helps solving scenarios when a unit is wrongly named inside a flow, previously leading to hard to debug errors.

Now Unitflow prints to the console the exact flow and unit when the later isn't a function.

Copy link

codecov bot commented Jan 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (71640b4) 100.00% compared to head (8c87d44) 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #24   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines           57        59    +2     
  Branches        11        13    +2     
=========================================
+ Hits            57        59    +2     

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

@paulocoghi paulocoghi merged commit a1f2c5c into master Jan 19, 2024
8 checks passed
@paulocoghi paulocoghi deleted the feature-unit-check branch January 19, 2024 19:44
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.

1 participant