-
Notifications
You must be signed in to change notification settings - Fork 3
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: sync on integration tests #177
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #177 +/- ##
=======================================
Coverage 48.16% 48.16%
=======================================
Files 26 26
Lines 2448 2448
=======================================
Hits 1179 1179
Misses 1085 1085
Partials 184 184 ☔ View full report in Codecov by Sentry. |
Does it make sense to update https://github.com/mykso/myks/blob/dev/internal%2Fmyks%2Fassets%2Fgitignore to ignore vendor as well in new repos? |
@kbudde maybe, but then all dependencies will be always synced in CI. Users can always gitignore |
## [3.0.3](v3.0.2...v3.0.3) (2023-12-25) ### Bug Fixes * **deps:** update module github.com/alecthomas/chroma to v2 ([#184](#184)) ([6e6eede](6e6eede)) * sync on integration tests ([#177](#177)) ([5d2e636](5d2e636)) * **sync:** create vendor directory if not exists ([#159](#159)) ([fd8e878](fd8e878))
I have removed the vendor folder from git to ensure that they are created properly by the sync logic and fixed the test to only fail on changes to the rendered directory structure
/Closes #176