-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Removed unsafe Storyshots import #1124
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1124 +/- ##
==========================================
+ Coverage 12.73% 12.74% +<.01%
==========================================
Files 199 199
Lines 4475 4472 -3
Branches 711 711
==========================================
Hits 570 570
+ Misses 3275 3272 -3
Partials 630 630
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Merging!
See #995 (comment)
Issue: Accidentally included an unused import that isn't safe.
What I did
Removed it
How to test
CI should pick up if SS still runs.