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

fix(dependencies): Removing sparse-checkout clear command #133

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

IanWoodard
Copy link
Member

Fixes #122. Removing the use of clear since it doesn't exist and isn't actually required. Since we set the values for sparse checkout rather than add them, we shouldn't need to clear them in between.

Copy link

codecov bot commented Nov 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.13%. Comparing base (06b683a) to head (6252145).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #133      +/-   ##
==========================================
- Coverage   91.19%   91.13%   -0.06%     
==========================================
  Files          19       19              
  Lines         920      914       -6     
==========================================
- Hits          839      833       -6     
  Misses         81       81              

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

@IanWoodard IanWoodard merged commit 39ab148 into main Nov 11, 2024
14 checks passed
@IanWoodard IanWoodard deleted the iw/remove-sparse-checkout-clear branch November 11, 2024 22:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

error: unknown subcommand: `clear'
2 participants