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

anishkny / integrify / 208 / 1
100%
master: 100%

Build:
DEFAULT BRANCH: master
Ran 01 Feb 2020 09:38PM UTC
Files 5
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

01 Feb 2020 09:36PM UTC coverage: 100.0%. Remained the same
208.1

push

travis-ci-com

web-flow
feat(maintainCount)!: Convert to single onWrite trigger (#36)

BREAKING CHANGE: MAINTAIN_COUNT rule now returns single onWrite trigger.
Previously, it used to return two triggers; onCreate and onDelete.
This should simplify usage.

Before:

[
  module.exports.incrementFavoritesCount,
  module.exports.decrementFavoritesCount,
] = integrify({
  rule: 'MAINTAIN_COUNT',
  ...

After:

module.exports.maintainFavoritesCount = integrify({
  rule: 'MAINTAIN_COUNT',
  ...

19 of 19 branches covered (100.0%)

Branch coverage included in aggregate %.

116 of 116 relevant lines covered (100.0%)

4.36 hits per line

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