• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

sile-typesetter / sile / 10621606353

29 Aug 2024 07:43PM UTC coverage: 66.23% (+3.6%) from 62.644%
10621606353

push

github

alerque
Merge tag 'v0.15.5' into develop

13 of 289 new or added lines in 17 files covered. (4.5%)

403 existing lines in 59 files now uncovered.

11585 of 17492 relevant lines covered (66.23%)

5713.06 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/languages/nn.lua
1
local no = require("languages.no")._no
×
2

3
local no_patterns, no_exceptions = no()
×
4

5
local nn_patterens = pl.tablex.copy(no_patterns)
×
6

7
local nn_exceptions = pl.tablex.copy(no_exceptions)
×
8

9
-- typos: ignore start
UNCOV
10
pl.tablex.insertvalues(nn_exceptions, {
×
11
   "att-en-de",
12
   "bet-re",
13
})
14
-- typos: ignore end
15

16
return {
×
17
   init = function ()
18
      SILE.hyphenator.languages.nn = {
×
19
         patterns = nn_patterens,
20
         exceptions = nn_exceptions,
21
      }
22
   end,
23
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc