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

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

Build:
Build:
LAST BUILD BRANCH: dependabot/npm_and_yarn/commitlint/cli-13.1.0
DEFAULT BRANCH: master
Ran 15 Sep 2019 04:49AM 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

15 Sep 2019 04:50AM UTC coverage: 100.0%. First build
148.1

push

travis-ci-com

anishkny
feat(maintainCount): Convert to single onWrite trigger

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 148.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 133
  • Travis Job 148.1
  • 7e9a7746 on github
  • Next Job for on feat-maintain-count-on-write (#154.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