Closed syphax-bouazzouni closed 6 months ago
Attention: Patch coverage is 94.11765%
with 2 lines
in your changes are missing coverage. Please review.
Project coverage is 78.90%. Comparing base (
0227d37
) to head (f14a7eb
).
Files | Patch % | Lines |
---|---|---|
lib/ontologies_linked_data/serializers/json.rb | 94.44% | 1 Missing :warning: |
...ervices/submission_process/submission_processor.rb | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes
https://github.com/ncbo/ontologies_linked_data/pull/202 and add context parents generation tests (https://github.com/ncbo/ontologies_linked_data/pull/204/commits/c83b0d56b098dd16f6d0cd52268b8701ece1fb84)
fix context language to not be empty array if submission language values are not URIs but just two letter strings (https://github.com/ncbo/ontologies_linked_data/pull/204/commits/066c6c57f97ee924e928f9e933818afbf4e59a50)
Re-apply some remove code of the submission refactor
Complete metadata extraction test to close https://github.com/ncbo/ontologies_linked_data/issues/200 (https://github.com/ncbo/ontologies_linked_data/pull/204/commits/ffc648fb74f654acf42e6e33cdd4589fe792da7c)
Do not send email notification when submissions are archived by @alexskr (https://github.com/ncbo/ontologies_linked_data/pull/204/commits/b208745ed151d23c0a0943a53f02abfdfc4b92c6) and added a unit test for it (https://github.com/ncbo/ontologies_linked_data/pull/204/commits/3b9d3f13ec489fc6130bc06549a904acc228a171) to close https://github.com/ncbo/ontologies_linked_data/issues/190
include changes of https://github.com/ncbo/ontologies_linked_data/issues/203