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

fix(model): relations are not being applied if any is null #134

Merged
merged 2 commits into from
Oct 26, 2020

Conversation

JoaoPedroAS51
Copy link
Collaborator

Fixes #133

Copy link
Collaborator

@Peter-Krebs Peter-Krebs left a comment

Choose a reason for hiding this comment

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

Thanks for the quick fix @JoaoPedroAS51

During testing I saw code coverage took a little dip for utils.js. We could get better code coverage if tests explored every if/else branch. Otherwise I see no problems. That's a separate issue for me.

@robsontenorio
Copy link
Owner

robsontenorio commented Oct 26, 2020

Thank you guys @JoaoPedroAS51 and @Peter-Krebs for help!

@JoaoPedroAS51 when you had a feee time could you present to @Peter-Krebs the new GitHub Actions/NPM automations? Oh, and new docs as well. Thanks!

Edit: I have invite you @Peter-Krebs as collaborator in the past. If you missed let me know.

@JoaoPedroAS51 JoaoPedroAS51 merged commit 92932cc into dev Oct 26, 2020
@JoaoPedroAS51 JoaoPedroAS51 deleted the fix/relationships branch October 26, 2020 17:00
@JoaoPedroAS51
Copy link
Collaborator Author

JoaoPedroAS51 commented Oct 26, 2020

@Peter-Krebs I already made the tests for utilities but I forgot to push lol

Edit: Actually, I will make some more improvements before push the tests :)

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.

Relations are not applied if one of the relation is null
3 participants