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

FourierTransformer / tested / 25730884955

12 May 2026 11:15AM UTC coverage: 97.481%. Remained the same
25730884955

push

github

web-flow
Merge b74c4939e into 6e9d103dd

122 of 122 new or added lines in 2 files covered. (100.0%)

10 existing lines in 4 files now uncovered.

387 of 397 relevant lines covered (97.48%)

70.25 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")
56✔
2

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

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

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