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

FourierTransformer / tested / 24918955812

25 Apr 2026 01:11AM UTC coverage: 97.203%. Remained the same
24918955812

push

github

web-flow
Merge d8961b159 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%)

24.0 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")
21✔
2

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

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

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