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

Remove LiteralTypeForLiteral by creating IsInstance function #5909

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

fix offload error

01d4bec
Select commit
Loading
Failed to load commit list.
Open

Remove LiteralTypeForLiteral by creating IsInstance function #5909

fix offload error
01d4bec
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 10, 2025 in 0s

36.96% (-0.06%) compared to b010747, passed because coverage increased by 0% when compared to adjusted base (36.97%)

View this Pull Request on Codecov

36.96% (-0.06%) compared to b010747, passed because coverage increased by 0% when compared to adjusted base (36.97%)

Details

Codecov Report

Attention: Patch coverage is 37.77778% with 112 lines in your changes missing coverage. Please review.

Project coverage is 36.96%. Comparing base (b010747) to head (01d4bec).

Files with missing lines Patch % Lines
flytepropeller/pkg/compiler/validators/utils.go 30.00% 97 Missing and 8 partials ⚠️
...tepropeller/pkg/compiler/errors/compiler_errors.go 0.00% 6 Missing ⚠️
...ytepropeller/pkg/controller/nodes/array/handler.go 90.90% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #5909      +/-   ##
==========================================
- Coverage   37.02%   36.96%   -0.06%     
==========================================
  Files        1317     1317              
  Lines      132523   132564      +41     
==========================================
- Hits        49066    49007      -59     
- Misses      79211    79305      +94     
- Partials     4246     4252       +6     

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