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

Roblox / rodux / 149
99%

Build:
DEFAULT BRANCH: master
Ran 25 Mar 2021 05:54PM UTC
Jobs 1
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

pending completion
149

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

Jobs
ID Job ID Ran Files Coverage
1 149.1 (LUA="lua=5.1") 25 Mar 2021 05:54PM UTC 0
99.2
Travis Job 149.1
Source Files on build 149
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #149
  • d0c21a7b on github
  • Prev Build on master (#144)
  • Next Build on master (#150)
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