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

add execution mode to ArrayNode proto #5512

Merged
merged 6 commits into from
Jul 26, 2024

use enum instead of int for execution mode for array node

84c4e42
Select commit
Loading
Failed to load commit list.
Merged

add execution mode to ArrayNode proto #5512

use enum instead of int for execution mode for array node
84c4e42
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jul 25, 2024 in 0s

35.90% (-25.09%) compared to 337088e

View this Pull Request on Codecov

35.90% (-25.09%) compared to 337088e

Details

Codecov Report

Attention: Patch coverage is 4.76190% with 20 lines in your changes missing coverage. Please review.

Project coverage is 35.90%. Comparing base (337088e) to head (84c4e42).
Report is 11 commits behind head on master.

Files Patch % Lines
flyteidl/gen/pb-go/flyteidl/core/workflow.pb.go 4.76% 20 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #5512       +/-   ##
===========================================
- Coverage   60.98%   35.90%   -25.09%     
===========================================
  Files         796     1301      +505     
  Lines       51676   109419    +57743     
===========================================
+ Hits        31515    39287     +7772     
- Misses      17261    66035    +48774     
- Partials     2900     4097     +1197     

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