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 class methods, unit tests for flytefile and flytedirectory #2852

Merged
merged 1 commit into from
Oct 23, 2024

add class methods, unit tests for flytefile and flytedirectory

ba9b4b8
Select commit
Loading
Failed to load commit list.
Merged

add class methods, unit tests for flytefile and flytedirectory #2852

add class methods, unit tests for flytefile and flytedirectory
ba9b4b8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 23, 2024 in 0s

73.03% (+27.50%) compared to 3fc51af

View this Pull Request on Codecov

73.03% (+27.50%) compared to 3fc51af

Details

Codecov Report

Attention: Patch coverage is 76.47059% with 4 lines in your changes missing coverage. Please review.

Project coverage is 73.03%. Comparing base (3fc51af) to head (ba9b4b8).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
flytekit/types/directory/types.py 80.00% 1 Missing and 1 partial ⚠️
flytekit/types/file/file.py 71.42% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           master    #2852       +/-   ##
===========================================
+ Coverage   45.53%   73.03%   +27.50%     
===========================================
  Files         196      196               
  Lines       20418    20471       +53     
  Branches     2647     2650        +3     
===========================================
+ Hits         9298    14952     +5654     
+ Misses      10658     4798     -5860     
- Partials      462      721      +259     

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