-
-
Notifications
You must be signed in to change notification settings - Fork 919
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(unsplash): deprecate unused const #1046
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1046 +/- ##
==========================================
- Coverage 99.64% 99.64% -0.01%
==========================================
Files 2135 2135
Lines 229213 229217 +4
Branches 980 979 -1
==========================================
+ Hits 228402 228405 +3
- Misses 790 791 +1
Partials 21 21
|
94e655d
to
85e964c
Compare
Co-authored-by: xDivisionByZerox <[email protected]>
@xDivisionByZerox Would you prefer I write a test case for the deprecation log, or is it fine in this case? |
Normally our procedure when deprecating something consists of 3 steps:
So I guess to be exact a test would be required, if you don't mind. |
Sure, I'll get on it :) |
Co-authored-by: xDivisionByZerox <[email protected]>
Co-authored-by: Shinigami <[email protected]>
This is a todo on "source code todo list v2"