-
Notifications
You must be signed in to change notification settings - Fork 6
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: ignore bun's new textual lockfile #898
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #898 +/- ##
==========================================
- Coverage 78.44% 78.40% -0.05%
==========================================
Files 113 113
Lines 20097 20166 +69
==========================================
+ Hits 15766 15811 +45
- Misses 4331 4355 +24 see 18 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
When setting up a new workspace or after a clean action, we will not have the bun lockfile cached, and bun will create a new one. This is now by default in a textual file format which has a slightly different filename. We want to ignore that also.
208cb18
to
061fd2a
Compare
When setting up a new workspace or after a clean action, we will not have the bun lockfile cached, and bun will create a new one. This is now by default in a textual file format which has a slightly different filename. We want to ignore that also.
PR Submission Checklist for internal contributors
SQPIT-764
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.