-
Notifications
You must be signed in to change notification settings - Fork 398
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
refactor: add missing type for file-service
#1611
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Codecov ReportBase: 57.66% // Head: 57.66% // Decreases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #1611 +/- ##
==========================================
- Coverage 57.66% 57.66% -0.01%
==========================================
Files 1253 1254 +1
Lines 78168 78174 +6
Branches 16331 16332 +1
==========================================
+ Hits 45076 45078 +2
- Misses 30123 30125 +2
- Partials 2969 2971 +2
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
DiskFsProviderClient
file-service
* refactor: add missing type for method of `DiskFsProviderClient` * refactor: add missing type for method of `DiskFileSystemProvider` * refactor: move definition of file ext to separated file * refactor: add missing type for method of `FileService` * feat: add more file type
* refactor: add missing type for method of `DiskFsProviderClient` * refactor: add missing type for method of `DiskFileSystemProvider` * refactor: move definition of file ext to separated file * refactor: add missing type for method of `FileService` * feat: add more file type
Types
Changelog
DiskFsProviderClient
DiskFileSystemProvider