-
Notifications
You must be signed in to change notification settings - Fork 11
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
Delete and gitignore .DS_Store
#627
Conversation
This is some internal file created by MacOS Finder which should definitely be ignored in repos. I have seen one was accidentally committed recently, so this cleans that up again.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 438 438
Lines 36565 36565
=======================================
Hits 35884 35884
Misses 681 681
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 438 438
Lines 36565 36565
=======================================
Hits 35884 35884
Misses 681 681
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. @@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 98.13% 98.13%
=======================================
Files 438 438
Lines 36565 36565
=======================================
Hits 35884 35884
Misses 681 681
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #627 +/- ##
=======================================
Coverage 98.15% 98.15%
=======================================
Files 473 473
Lines 37770 37770
=======================================
Hits 37075 37075
Misses 695 695
Flags with carried forward coverage won't be shown. Click here to find out more.
This change has been scanned for critical changes. Learn more |
This is some internal file created by MacOS Finder which should definitely be ignored in repos.
I have seen one was accidentally committed recently, so this cleans that up again.