bzimmer / qordle

Simple wordle solver
MIT License
0 stars 0 forks source link

simplified strategy #20

Closed bzimmer closed 2 years ago

bzimmer commented 2 years ago

Codecov Report

Merging #20 (2e8337c) into main (1e3a131) will decrease coverage by 1.03%. The diff coverage is 79.54%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
- Coverage   92.46%   91.42%   -1.04%     
==========================================
  Files           5        5              
  Lines         438      455      +17     
==========================================
+ Hits          405      416      +11     
- Misses         22       26       +4     
- Partials       11       13       +2     
Impacted Files Coverage Δ
score.go 85.24% <67.85%> (-3.11%) :arrow_down:
strategy.go 100.00% <100.00%> (ø)
suggest.go 93.02% <100.00%> (-0.80%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1e3a131...2e8337c. Read the comment docs.