dwmkerr / crosswords-js

Tiny, lightweight crossword control for the web.
https://dwmkerr.github.io/crosswords-js/
MIT License
71 stars 27 forks source link

wip: working on the design for non-linear clues #8

Closed dwmkerr closed 4 years ago

dwmkerr commented 4 years ago

Also using Alberich's crossword from: http://www.alberichcrosswords.com/pages/id4.html His contact details are on the site so if I can get this working I'll personally request permission to use the crossword, with a link to the source.

codecov[bot] commented 4 years ago

Codecov Report

Merging #8 into master will increase coverage by 7.19%. The diff coverage is 49.35%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #8      +/-   ##
==========================================
+ Coverage   31.12%   38.32%   +7.19%     
==========================================
  Files           6        6              
  Lines         302      334      +32     
==========================================
+ Hits           94      128      +34     
+ Misses        208      206       -2
Impacted Files Coverage Δ
src/crossworddom.js 4.61% <0%> (+0.11%) :arrow_up:
src/compile-clue.js 100% <100%> (ø) :arrow_up:
src/compile-crossword.js 95.34% <90.9%> (-2.84%) :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 5f84e53...be0c435. Read the comment docs.