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 NPE when deserializing OrganizationalEntity without name #508

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

Conversation

nscuro
Copy link
Member

@nscuro nscuro commented Sep 14, 2024

Fixes #507

Fixes #507

Signed-off-by: nscuro <nscuro@protonmail.com>
@nscuro nscuro added the bug Something isn't working label Sep 14, 2024
@nscuro nscuro requested a review from a team as a code owner September 14, 2024 13:58
Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
+0.00% 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (225e7bf) 6071 4455 73.38%
Head commit (f78b1b5) 6072 (+1) 4456 (+1) 73.39% (+0.00%)

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#508) 2 2 100.00%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deserializing OrganizationEntity fails when name is not set
1 participant