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: inject forest-server-requester #532

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

Conversation

jeffladiray
Copy link
Member

@jeffladiray jeffladiray commented Nov 13, 2020

Pull Request checklist:

  • Write an explicit title for the Pull Request, following Conventional Commits specification
  • Test manually the implemented changes
  • Review my own code (indentation, syntax, style, simplicity, readability)
  • Wonder if you can improve the existing code

Base automatically changed from refactor/move-service-url-getter-to-utils to master November 17, 2020 08:25
@jeffladiray jeffladiray force-pushed the refactor/inject-forest-url-requester branch from e1b18a3 to ff10c55 Compare November 20, 2020 14:28

return reject(new Error(errorMessages.SERVER_TRANSACTION.UNEXPECTED, error));
return reject(new Error(this.errorMessages.SERVER_TRANSACTION.UNEXPECTED, error));
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Avoid too many return statements within this function.

@codeclimate
Copy link

codeclimate bot commented Nov 20, 2020

Code Climate has analyzed commit ff10c55 and detected 1 issue on this pull request.

Here's the issue category breakdown:

Category Count
Complexity 1

The test coverage on the diff in this pull request is 93.7% (49% is the threshold).

This pull request will bring the total coverage in the repository to 50.4% (0.1% change).

View more on Code Climate.

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