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

Refactored code to fix nesting in src/user/delete.js #80

Open
wants to merge 1 commit into
base: f24
Choose a base branch
from

Conversation

Mohtelsayed
Copy link

This pull request resolves #76 as it will fix 5-level function declaration nesting in function deleteUserFromFollowers in src/user/delete.js.

Changes were tested using the npm run lint and npm run test commands.

Copy link

sonarcloud bot commented Sep 4, 2024

@coveralls
Copy link

Pull Request Test Coverage Report for Build 10695942460

Details

  • 2 of 6 (33.33%) changed or added relevant lines in 1 file are covered.
  • 2 unchanged lines in 2 files lost coverage.
  • Overall coverage increased (+0.01%) to 82.683%

Changes Missing Coverage Covered Lines Changed/Added Lines %
src/user/delete.js 2 6 33.33%
Files with Coverage Reduction New Missed Lines %
src/user/delete.js 1 83.19%
src/meta/errors.js 1 83.72%
Totals Coverage Status
Change from base Build 10550029021: 0.01%
Covered Lines: 22328
Relevant Lines: 25585

💛 - Coveralls

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.

Refactoring code in src/user/delete.js
2 participants