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

chore: do not clean untracked files #1887

Merged
merged 1 commit into from
Dec 4, 2024

Conversation

corymhall
Copy link
Contributor

I don't know why we were running git clean here, but we don't do that
in any other providers. This is preventing our check worktree clean job
to correctly catch when new sdk files are not checked in.

fixes #1827

I don't know why we were running `git clean` here, but we don't do that
in any other providers. This is preventing our check worktree clean job
to correctly catch when new sdk files are not checked in.

fixes #1827
@corymhall corymhall self-assigned this Dec 4, 2024
Copy link
Contributor

github-actions bot commented Dec 4, 2024

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Copy link

codecov bot commented Dec 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 49.29%. Comparing base (242f2e0) to head (3e69cb6).
Report is 1 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #1887   +/-   ##
=======================================
  Coverage   49.29%   49.29%           
=======================================
  Files          46       46           
  Lines        6804     6804           
=======================================
  Hits         3354     3354           
  Misses       3206     3206           
  Partials      244      244           

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

@corymhall corymhall requested review from t0yv0 and flostadler December 4, 2024 18:20
@corymhall corymhall merged commit 40b7d8e into master Dec 4, 2024
18 checks passed
@corymhall corymhall deleted the corymhall/check-worktree-clean branch December 4, 2024 20:00
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.

Check worktree clean does not detect diffs in the SDKs for missing files
2 participants