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

feat: introduce fs abstraction #2088

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

feat: introduce fs abstraction

2b08cdc
Select commit
Loading
Failed to load commit list.
Draft

feat: introduce fs abstraction #2088

feat: introduce fs abstraction
2b08cdc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 9, 2024 in 1s

66.17% (-0.68%) compared to 7545f46

View this Pull Request on Codecov

66.17% (-0.68%) compared to 7545f46

Details

Codecov Report

Attention: Patch coverage is 31.68317% with 69 lines in your changes missing coverage. Please review.

Project coverage is 66.17%. Comparing base (7545f46) to head (2b08cdc).

Files with missing lines Patch % Lines
pkg/utils/fs/getter.go 10.44% 60 Missing ⚠️
pkg/utils/fs/check.go 28.57% 3 Missing and 2 partials ⚠️
pkg/commands/test/command.go 62.50% 2 Missing and 1 partial ⚠️
pkg/utils/fs/discover.go 88.88% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2088      +/-   ##
==========================================
- Coverage   66.85%   66.17%   -0.68%     
==========================================
  Files         138      139       +1     
  Lines        6628     6714      +86     
==========================================
+ Hits         4431     4443      +12     
- Misses       1867     1936      +69     
- Partials      330      335       +5     

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