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

FourierTransformer / tested / 25353057136

05 May 2026 01:31AM UTC coverage: 97.203%. Remained the same
25353057136

push

github

web-flow
Merge 61b72e7ad into 137917566

9 of 9 new or added lines in 3 files covered. (100.0%)

6 existing lines in 3 files now uncovered.

139 of 143 relevant lines covered (97.2%)

31.34 hits per line

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

100.0
/tests/fully_working_test.lua
1
local tested = require("tested")
27✔
2

3
tested.test("just works!", function()
54✔
4
        tested.assert({
49✔
5
                given="nothing",
22✔
6
                should="just work!",
22✔
7
                expected=true,
22✔
UNCOV
8
                actual=true
22✔
9
        })
10
end)
11

12
tested.test("just works without given and should!", function()
54✔
13
        tested.assert({
49✔
14
                expected=true,
22✔
UNCOV
15
                actual=true
22✔
16
        })
17
end)
18

19
return tested
27✔
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