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

FourierTransformer / tested / 25917599611

15 May 2026 12:24PM UTC coverage: 97.831%. Remained the same
25917599611

push

github

web-flow
Merge f977ff4d7 into 2bb645440

24 of 24 new or added lines in 5 files covered. (100.0%)

10 existing lines in 4 files now uncovered.

451 of 461 relevant lines covered (97.83%)

67.66 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")
80✔
2

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

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

19
return tested
80✔
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc