bzimmer / qordle

Simple wordle solver
MIT License
0 stars 0 forks source link

use embedded words if no word list specified #9

Closed bzimmer closed 2 years ago

bzimmer commented 2 years ago

Codecov Report

Merging #9 (62a47e0) into main (144936b) will increase coverage by 0.35%. The diff coverage is 85.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main       #9      +/-   ##
==========================================
+ Coverage   92.50%   92.85%   +0.35%     
==========================================
  Files           2        2              
  Lines         120      126       +6     
==========================================
+ Hits          111      117       +6     
  Misses          6        6              
  Partials        3        3              
Impacted Files Coverage Δ
dictionary.go 76.00% <81.25%> (+7.57%) :arrow_up:
solve.go 97.02% <100.00%> (ø)

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 144936b...62a47e0. Read the comment docs.