Skip to content

Commit

Permalink
Fix test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
hbiede committed Mar 20, 2024
1 parent fde055d commit 7723c04
Show file tree
Hide file tree
Showing 4 changed files with 346 additions and 334 deletions.
2 changes: 2 additions & 0 deletions gen_tokens.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
token_char_count = 7
# Whether or not to generate PDFs
generate_pdfs = true
# :nocov:
OptionParser.new do |opt|
opt.on(
'-cCOUNT',
Expand All @@ -19,6 +20,7 @@
) { |o| token_char_count = o }
opt.on('-n', '--no-pdfs', 'Disable PDF generation') { generate_pdfs = false }
end.parse!
# :nocov:

# Regex to match the following alphabet: ^[a-km-zA-HJ-NPRT-Z2-46-9]{7,7}$
# noinspection SpellCheckingInspection
Expand Down
Binary file removed pdfs/template/logo.png
Binary file not shown.
Loading

0 comments on commit 7723c04

Please sign in to comment.