File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6969 run : |
7070 npx shadow-cljs compile node
7171
72+ - name : Tentative coverage
73+ # run: ./bin/kaocha test-cljs
74+ run : |
75+ sudo apt install -y lcov
76+ bin/run-coverage || true
77+
7278 - name : Test Reports
7379 uses : mikepenz/action-junit-report@v5
7480 if : failure()
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3333 (reenqueue-pending-tasks [this callback]
3434 " Marks all pending tasks belonging to the store's `owner` as `new`" )
3535 (release-pending-tasks [this]
36- " Disowns all tasks that are pending" )
36+ " Disowns all tasks that are pending for the store's `owner`, making them available " )
3737 (enqueue-task [this task]
3838 " Atomically enqueues a protocol, workflow or activity task execution" )
3939 (dequeue-task [this] [this opts]
Original file line number Diff line number Diff line change 4242 ; :cljs/timeout 20000
4343 :ns-patterns [" -test$" ]
4444 :source-paths [" src" ]
45- :test-paths [" test" ]
46- }]}
45+ :test-paths [" test" ]}]}
46+
4747
4848; ; :test-paths ["test"]
4949; ; :cljs/timeout 10000 ; 10 seconds, the default
You can’t perform that action at this time.
0 commit comments