ncbo / ontologies_linked_data

Models and serializers for ontologies and related artifacts backed by 4store
Other
18 stars 8 forks source link

fix: serialization of properties using lambda as a property attribute #202

Closed syphax-bouazzouni closed 4 months ago

syphax-bouazzouni commented 4 months ago

fix, the following bug in the displaying of the parent context, raised by @alexskr in Slack. image

codecov[bot] commented 4 months ago

Codecov Report

Attention: Patch coverage is 66.66667% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 77.93%. Comparing base (0227d37) to head (31791e8).

Files Patch % Lines
lib/ontologies_linked_data/serializers/json.rb 66.66% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## feature/multilingual-support-add-search-and-languages-serialization #202 +/- ## ======================================================================================================= - Coverage 78.10% 77.93% -0.18% ======================================================================================================= Files 74 74 Lines 5372 5374 +2 ======================================================================================================= - Hits 4196 4188 -8 - Misses 1176 1186 +10 ``` | [Flag](https://app.codecov.io/gh/ncbo/ontologies_linked_data/pull/202/flags?src=pr&el=flags&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncbo) | Coverage Δ | | |---|---|---| | [unittests](https://app.codecov.io/gh/ncbo/ontologies_linked_data/pull/202/flags?src=pr&el=flag&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncbo) | `77.93% <66.66%> (-0.18%)` | :arrow_down: | Flags with carried forward coverage won't be shown. [Click here](https://docs.codecov.io/docs/carryforward-flags?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=ncbo#carryforward-flags-in-the-pull-request-comment) to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

syphax-bouazzouni commented 4 months ago

incuded in https://github.com/ncbo/ontologies_linked_data/pull/204