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

quinnnned / presenters-example / 5 / 1
100%
master: 100%

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

27 Oct 2017 01:57AM UTC coverage: 100.0%. Remained the same
5.1

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

Source Files on job 5.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 5
  • Travis Job 5.1
  • bf4a8902 on github
  • Prev Job for on master (#4.1)
  • Next Job for on master (#6.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