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

anishkny / integrify / 148
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
Jobs 1
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

pending completion
148

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

Jobs
ID Job ID Ran Files Coverage
1 148.1 15 Sep 2019 04:49AM UTC 0
100.0
Travis Job 148.1
Source Files on build 148
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #148
  • 7e9a7746 on github
  • Next Build on feat-maintain-count-on-write (#154)
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