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

quinnnned / presenters-example / 5
100%

Build:
DEFAULT BRANCH: master
Ran 27 Oct 2017 02:14AM UTC
Jobs 1
Files 13
Run time 1s
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
5

push

travis-ci

quinnnned
Refactor reducer into 'business logic' and 'materializer'

* Business logic ( reducer -> reducer ) implements high-level business rules by ignoring invalid actions and reducing additional actions as needed.
* Materializer simply follows commands (actions) and generates the current state based on those actions.  It is not the materialzer's job to ensure that
* Ensuring that the next state is valid is the job of the business logic, not the materializer.  As such, I have moved the uniqueness constraint from employeeIds.js to existingEmployeesCannotBeHired.js

26 of 26 branches covered (100.0%)

Branch coverage included in aggregate %.

85 of 85 relevant lines covered (100.0%)

690.58 hits per line

Jobs
ID Job ID Ran Files Coverage
1 5.1 27 Oct 2017 02:14AM UTC 0
100.0
Travis Job 5.1
Source Files on build 5
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #5
  • bf4a8902 on github
  • Prev Build on master (#4)
  • Next Build on master (#6)
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