Skip to content
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

refactor: remove unused cookies.js util file #296

Merged

Conversation

justinhynes
Copy link
Contributor

When assessing the code coverage for the project, I noticed that the setCookie and getCookie utility functions had zero coverage.

When trying to determine where this functionality is used, I couldn't find it being used or imported anywhere in the project.

After a bit of looking around, it looks like the it was missed in some recent cleanup. See #112 which removed the use of setCookie and getCookie but didn't remove these utility functions.

When assessing the code coverage for the project, I noticed that the `setCookie` and `getCookie` utility functions had zero coverage.

When trying to determine where this functionality is used, I couldn't find it being used or imported anywhere in the project.

After a bit of looking around, it looks like the it was missed in some recent cleanup. See #112 which removed the use of `setCookie` and `getCookie` but didn't remove these utility functions.
@justinhynes justinhynes requested a review from a team as a code owner March 4, 2024 14:19
Copy link

codecov bot commented Mar 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.69%. Comparing base (e167df0) to head (b248e47).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #296      +/-   ##
==========================================
+ Coverage   96.19%   96.69%   +0.50%     
==========================================
  Files         184      183       -1     
  Lines        1734     1725       -9     
  Branches      309      308       -1     
==========================================
  Hits         1668     1668              
+ Misses         61       53       -8     
+ Partials        5        4       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@justinhynes justinhynes merged commit 5083645 into master Mar 4, 2024
6 checks passed
@justinhynes justinhynes deleted the jhynes/APER-3224_cleanup_delete-unused-functions branch March 4, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants