letterfowl / Platyrhynchos

Concatenation-based crossword generator
Other
3 stars 0 forks source link

Direct word search & in-browser rendering #35

Closed jqdq closed 1 year ago

jqdq commented 1 year ago

Implemented direct word search as part of the package and basic GUI for rendering crosswords

Full changelog

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 65.94% and project coverage change: +2.11 :tada:

Comparison is base (1242acb) 51.28% compared to head (c23c198) 53.39%.

:exclamation: Current head c23c198 differs from pull request most recent head 1878dcc. Consider uploading reports for the commit 1878dcc to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #35 +/- ## ========================================== + Coverage 51.28% 53.39% +2.11% ========================================== Files 20 21 +1 Lines 624 678 +54 ========================================== + Hits 320 362 +42 - Misses 304 316 +12 ``` | [Impacted Files](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl) | Coverage Δ | | |---|---|---| | [platyrhynchos/commons/logger.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jb21tb25zL2xvZ2dlci5weQ==) | `76.47% <ø> (-1.31%)` | :arrow_down: | | [platyrhynchos/exclusive/pyodide.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9leGNsdXNpdmUvcHlvZGlkZS5weQ==) | `0.00% <0.00%> (ø)` | | | [platyrhynchos/scripts.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9zY3JpcHRzLnB5) | `0.00% <0.00%> (ø)` | | | [platyrhynchos/exclusive/cpython.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9leGNsdXNpdmUvY3B5dGhvbi5weQ==) | `82.53% <53.84%> (-5.18%)` | :arrow_down: | | [platyrhynchos/crossword/improvable.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jcm9zc3dvcmQvaW1wcm92YWJsZS5weQ==) | `54.41% <54.54%> (+10.14%)` | :arrow_up: | | [platyrhynchos/cruciverbalist/en\_simple.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jcnVjaXZlcmJhbGlzdC9lbl9zaW1wbGUucHk=) | `77.14% <71.42%> (ø)` | | | [platyrhynchos/commons/settings.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jb21tb25zL3NldHRpbmdzLnB5) | `80.00% <78.57%> (-20.00%)` | :arrow_down: | | [platyrhynchos/cruciverbalist/base.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jcnVjaXZlcmJhbGlzdC9iYXNlLnB5) | `79.06% <79.06%> (ø)` | | | [platyrhynchos/commons/alphabit.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jb21tb25zL2FscGhhYml0LnB5) | `88.88% <100.00%> (+1.38%)` | :arrow_up: | | [platyrhynchos/crossword/base.py](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl#diff-cGxhdHlyaHluY2hvcy9jcm9zc3dvcmQvYmFzZS5weQ==) | `71.42% <100.00%> (ø)` | | | ... and [3 more](https://app.codecov.io/gh/letterfowl/Platyrhynchos/pull/35?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=letterfowl) | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.