UAlbertaALTLab / morphodict

Plains Cree Intelligent Dictionary
https://itwewina.altlab.app/
Apache License 2.0
22 stars 11 forks source link

fix: unindent #1076

Closed nienna73 closed 2 years ago

nienna73 commented 2 years ago

Resolves #1046

The code was only iterating over one definition before making its decision, now it looks at all definitions before deciding if it should show the "form of" section for a particular entry.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 3 lines in your changes missing coverage. Please review.

Project coverage is 78.25%. Comparing base (ecb5a90) to head (dbd1378). Report is 418 commits behind head on main.

Files Patch % Lines
src/CreeDictionary/API/search/presentation.py 0.00% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1076 +/- ## ========================================== - Coverage 78.28% 78.25% -0.03% ========================================== Files 151 151 Lines 5536 5538 +2 Branches 888 889 +1 ========================================== Hits 4334 4334 - Misses 1068 1070 +2 Partials 134 134 ```

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