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

mobalazs / rotor-framework / 18821915161

25 Oct 2025 02:34AM UTC coverage: 55.776% (-5.1%) from 60.868%
18821915161

push

github

web-flow
Feat/GitHub actions and packages (#2)

fix covl for Coverall upload andminor workflow fixes

1183 of 2121 relevant lines covered (55.78%)

0.74 hits per line

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

0.0
/src/components/tests/dispatcherTest/crossThread/DispatcherCrossThreadTest.task.bs
1
' Rotor Framework Task
2
import "pkg:/source/rotor/RotorFrameworkTask.bs"
3

4
' Constants
5
import "pkg:/components/tests/dispatcherTest/DispatcherTest.const.bs"
6

7
' Model and Reducer for Dispatcher
8
import "pkg:/components/tests/dispatcherTest/DispatcherTest.dispatcher.bs"
9

10

11
sub init()
12
    m.top.functionName = "task"
×
13
    m.appFw = new Rotor.FrameworkTask()
×
14

15
    ' Note that you can add more Tasks here
16
    ' m.appFw = new Rotor.FrameworkTask({
17
    '     tasks: ["AnotherTask1", "AnotherTask2"] ' optional
18
    ' })
19

20
end sub
21

22
sub task()
23

24
    ' Create Foo Dispatcher (Owned by this Task)
25
    m.fooDispatcher = test.createFooDispatcher()
×
26

27
    m.appFw.sync() ' main loop of cross-thread MVI
×
28
end sub
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