bzimmer / qordle

Simple wordle solver
MIT License
0 stars 0 forks source link

reworked guess parser #63

Closed bzimmer closed 1 year ago

netlify[bot] commented 1 year ago

Deploy Preview for qordle ready!

Name Link
Latest commit f8e7ee3b50a338ff8f1f3f60b87ab76b7869c4a3
Latest deploy log https://app.netlify.com/sites/qordle/deploys/64247ad740db1600086afa78
Deploy Preview https://deploy-preview-63--qordle.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

codecov[bot] commented 1 year ago

Codecov Report

Merging #63 (f8e7ee3) into main (bf2f114) will increase coverage by 0.22%. The diff coverage is 100.00%.

Additional details and impacted files [![Impacted file tree graph](https://codecov.io/gh/bzimmer/qordle/pull/63/graphs/tree.svg?width=650&height=150&src=pr&token=8L0KXGSM9N&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer)](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer) ```diff @@ Coverage Diff @@ ## main #63 +/- ## ========================================== + Coverage 96.98% 97.21% +0.22% ========================================== Files 11 11 Lines 1062 1041 -21 ========================================== - Hits 1030 1012 -18 + Misses 23 21 -2 + Partials 9 8 -1 ``` | [Impacted Files](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer) | Coverage Δ | | |---|---|---| | [score.go](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer#diff-c2NvcmUuZ28=) | `100.00% <ø> (ø)` | | | [filter.go](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer#diff-ZmlsdGVyLmdv) | `100.00% <100.00%> (+2.20%)` | :arrow_up: | | [strategy.go](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer#diff-c3RyYXRlZ3kuZ28=) | `100.00% <100.00%> (ø)` | | | [suggest.go](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer#diff-c3VnZ2VzdC5nbw==) | `100.00% <100.00%> (ø)` | | ------ [Continue to review full report in Codecov by Sentry](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=continue&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer). > **Legend** - [Click here to learn more](https://docs.codecov.io/docs/codecov-delta?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer) > `Δ = absolute (impact)`, `ø = not affected`, `? = missing data` > Powered by [Codecov](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=footer&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer). Last update [bf2f114...f8e7ee3](https://codecov.io/gh/bzimmer/qordle/pull/63?src=pr&el=lastupdated&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer). Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Brian+Zimmer).