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

Roblox / rodux / 149 / 1
99%
master: 99%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2021 05:54PM UTC
Files 10
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 Mar 2021 05:54PM UTC coverage: 99.197% (+14.9%) from 84.324%
LUA="lua=5.1"

push

travis-ci

GitHub
Better error reporter interface (#61)

We were a bit hasty with the changes that were made to v2.0.0! It seems prudent to circle back and make a few improvements:

Reverts the default behavior to throwing the error instead of printing it (this aligns better with expectations from Rodux 1.x)
Don't inherit the deferred and immediate abstraction from external codebases. Instead, categorize errors into ones that occur when processing actions with reportReducerError (running reducers on dispatched actions) and ones that occur when updating listeners with reportUpdateError (flushing new state)
For the error reporter interface, provide a set of data relevant to each situation. This includes recent actions, store state, and the thrown error
Removes error reporting from signal, to try to keep it simple and generic; most usage of rodux is through helper libraries that manage the signal connections, anyway.
Updates tests to account for new expected behavior
Carves out some overzealous printing logic; users of the error reporter API can opt into it isntead

247 of 249 relevant lines covered (99.2%)

8.63 hits per line

Source Files on job 149.1 (LUA="lua=5.1")
  • Tree
  • List 0
  • Changed 4
  • Source Changed 3
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 75
  • Travis Job 149.1
  • d0c21a7b on github
  • Prev Job for LUA="lua=5.1" on master (#144.1)
  • Next Job for LUA="lua=5.1" on master (#150.1)
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